Searched refs:IS_UART_DE_POLARITY (Results 1 – 4 of 4) sorted by relevance
175 assert_param(IS_UART_DE_POLARITY(Polarity)); in HAL_RS485Ex_Init()
196 assert_param(IS_UART_DE_POLARITY(Polarity)); in HAL_RS485Ex_Init()
1340 #define IS_UART_DE_POLARITY(__POLARITY__) (((__POLARITY__) == UART_DE_POLARITY_HIGH) || \ macro
1533 #define IS_UART_DE_POLARITY(__POLARITY__) (((__POLARITY__) == UART_DE_POLARITY_HIGH) || \ macro