Searched refs:USART_STAT_TXRDY_MASK (Results 1 – 16 of 16) sorted by relevance
448 while ((0U == (base->STAT & USART_STAT_TXRDY_MASK)) && (0U != --waitTimes)) in USART_WriteBlocking()450 while (0U == (base->STAT & USART_STAT_TXRDY_MASK)) in USART_WriteBlocking()
177 kUSART_TxReady = (USART_STAT_TXRDY_MASK), /*!< Transmit ready flag. */
189 if ((USART_STAT_TXRDY_MASK & status) && in HAL_UartInterruptHandle()
5771 #define USART_STAT_TXRDY_MASK (0x4U) macro5778 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXRDY_SHIFT)) & USART_STAT_TXRDY_MASK)
5779 #define USART_STAT_TXRDY_MASK (0x4U) macro5786 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXRDY_SHIFT)) & USART_STAT_TXRDY_MASK)
5682 #define USART_STAT_TXRDY_MASK (0x4U) macro5689 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXRDY_SHIFT)) & USART_STAT_TXRDY_MASK)
6709 #define USART_STAT_TXRDY_MASK (0x4U) macro6716 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXRDY_SHIFT)) & USART_STAT_TXRDY_MASK)
7903 #define USART_STAT_TXRDY_MASK (0x4U) macro7910 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXRDY_SHIFT)) & USART_STAT_TXRDY_MASK)
7564 #define USART_STAT_TXRDY_MASK (0x4U) macro7571 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXRDY_SHIFT)) & USART_STAT_TXRDY_MASK)
8991 #define USART_STAT_TXRDY_MASK (0x4U) macro8998 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXRDY_SHIFT)) & USART_STAT_TXRDY_MASK)
9515 #define USART_STAT_TXRDY_MASK (0x4U) macro9522 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXRDY_SHIFT)) & USART_STAT_TXRDY_MASK)
10910 #define USART_STAT_TXRDY_MASK (0x4U) macro10917 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXRDY_SHIFT)) & USART_STAT_TXRDY_MASK)
10908 #define USART_STAT_TXRDY_MASK (0x4U) macro10915 … (((uint32_t)(((uint32_t)(x)) << USART_STAT_TXRDY_SHIFT)) & USART_STAT_TXRDY_MASK)