Home
last modified time | relevance | path

Searched refs:USART_TRIG_POLARITY_RISING (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_usart_ex.h153 #define USART_TRIG_POLARITY_RISING 0x00000000U /*!< USART triggered on rising edge */ macro
309 #define IS_USART_TRIGGER_POLARITY(__POLARITY__) (((__POLARITY__) == USART_TRIG_POLARITY_RISING) ||\
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_usart_ex.h153 #define USART_TRIG_POLARITY_RISING 0x00000000U /*!< USART triggered on rising edge */ macro
313 #define IS_USART_TRIGGER_POLARITY(__POLARITY__) (((__POLARITY__) == USART_TRIG_POLARITY_RISING) ||\