Home
last modified time | relevance | path

Searched refs:IS_UART_TRIGGER_POLARITY (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_uart_ex.h526 #define IS_UART_TRIGGER_POLARITY(__POLARITY__) (((__POLARITY__) == UART_TRIG_POLARITY_RISING) ||\ macro
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_uart_ex.h496 #define IS_UART_TRIGGER_POLARITY(__POLARITY__) (((__POLARITY__) == UART_TRIG_POLARITY_RISING) ||\ macro
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_uart_ex.c962 assert_param(IS_UART_TRIGGER_POLARITY(sConfig->TriggerPolarity)); in HAL_UARTEx_SetConfigAutonomousMode()
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_uart_ex.c962 assert_param(IS_UART_TRIGGER_POLARITY(sConfig->TriggerPolarity)); in HAL_UARTEx_SetConfigAutonomousMode()