Searched refs:IS_UART_TRIGGER_POLARITY (Results 1 – 4 of 4) sorted by relevance
526 #define IS_UART_TRIGGER_POLARITY(__POLARITY__) (((__POLARITY__) == UART_TRIG_POLARITY_RISING) ||\ macro
496 #define IS_UART_TRIGGER_POLARITY(__POLARITY__) (((__POLARITY__) == UART_TRIG_POLARITY_RISING) ||\ macro
962 assert_param(IS_UART_TRIGGER_POLARITY(sConfig->TriggerPolarity)); in HAL_UARTEx_SetConfigAutonomousMode()