HAL
IS_UART_STOPBITS is only used within HAL.
 
Symbols
loading...
Files
loading...

IS_UART_STOPBITS macro

Syntax

#define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \     ((STOPBITS) == UART_STOPBITS_2))

Arguments

STOPBITS

References

LocationText
stm32f4xx_hal_uart.h:837
#define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \
stm32f4xx_hal_uart.c:3702
assert_param(IS_UART_STOPBITS(huart->Init.StopBits));