Searched refs:USART_FLAG_ORE (Results 1 – 5 of 5) sorted by relevance
326 #define USART_FLAG_ORE ((uint16_t)0x0008) macro333 ((FLAG) == USART_FLAG_CTS) || ((FLAG) == USART_FLAG_ORE) || \
339 #define USART_FLAG_ORE ((uint16_t)0x0008) macro346 ((FLAG) == USART_FLAG_CTS) || ((FLAG) == USART_FLAG_ORE) || \
341 #define USART_FLAG_ORE ((uint16_t)0x0008) macro348 ((FLAG) == USART_FLAG_CTS) || ((FLAG) == USART_FLAG_ORE) || \
108 #define USART_FLAG_ORE (0x00000008U) /*!< USART overrun error … macro
282 #define USART_FLAG_ORE ((uint32_t)0x00000008) macro
Completed in 14 milliseconds