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

IS_UART_PARITY macro

Syntax

#define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \     ((PARITY) == UART_PARITY_EVEN) || \     ((PARITY) == UART_PARITY_ODD))

Arguments

PARITY

References

LocationText
stm32f4xx_hal_uart.h:839
#define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \
stm32f4xx_hal_uart.c:3703
assert_param(IS_UART_PARITY(huart->Init.Parity));