Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_usart_ex.h325 #define IS_USART_TRIGGER_SELECTION(__SOURCE__) ((__SOURCE__) <= 11U) macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_usart_ex.h329 #define IS_USART_TRIGGER_SELECTION(__SOURCE__) ((__SOURCE__) <= 11U) macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_usart_ex.c497 assert_param(IS_USART_TRIGGER_SELECTION(sConfig->TriggerSelection)); in HAL_USARTEx_SetConfigAutonomousMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_usart_ex.c497 assert_param(IS_USART_TRIGGER_SELECTION(sConfig->TriggerSelection)); in HAL_USARTEx_SetConfigAutonomousMode()