| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_usart.h | 301 #define USART_FLAG_TXE ((uint16_t)0x0080) macro 309 #define IS_USART_FLAG(FLAG) (((FLAG) == USART_FLAG_PE) || ((FLAG) == USART_FLAG_TXE) || \
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_usart.h | 259 USART_FLAG_TXE = (1U << 7), /**< Tx empty */ enumerator 435 #define IS_USART_FLAG(x) (((x) == USART_FLAG_PE) || ((x) == USART_FLAG_TXE) || \
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_usart.h | 370 #define USART_FLAG_TXE USART_ISR_TXE macro 378 #define IS_USART_FLAG(FLAG) (((FLAG) == USART_FLAG_PE) || ((FLAG) == USART_FLAG_TXE) || \
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_usart.h | 139 #define USART_FLAG_TXE ((uint16_t)0x0080) macro
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_usart.h | 142 #define USART_FLAG_TXE ((uint16_t)0x0080) macro
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_usart.h | 142 #define USART_FLAG_TXE ((uint16_t)0x0080) macro
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_usart.c | 512 if (usart_wait_flag(hperh, USART_FLAG_TXE, SET, timeout) != OK) { in ald_usart_send() 902 if (usart_wait_flag(hperh, USART_FLAG_TXE, SET, timeout) != OK) { in ald_usart_send_sync() 954 if (usart_wait_flag(hperh, USART_FLAG_TXE, SET, timeout) != OK) { in ald_usart_recv_sync() 1029 if (usart_wait_flag(hperh, USART_FLAG_TXE, SET, timeout) != OK) { in ald_usart_send_recv_sync() 1564 flag = ald_usart_get_flag_status(hperh, USART_FLAG_TXE); in ald_usart_irq_handler() 1581 flag = ald_usart_get_flag_status(hperh, USART_FLAG_TXE); in ald_usart_irq_handler() 2224 if (ald_usart_get_flag_status(hperh, USART_FLAG_TXE) != RESET) { in __usart_send_recv_by_it_sync()
|
| A D | ald_smartcard.c | 352 if (smartcard_wait_flag(hperh, USART_FLAG_TXE, SET, timeout) != OK) { in ald_smartcard_send() 615 flag = ald_usart_get_flag_status((usart_handle_t *)hperh, USART_FLAG_TXE); in ald_smartcard_irq_handler()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_usart.h | 394 #define USART_FLAG_TXE USART_ISR_TXE macro 402 #define IS_USART_FLAG(FLAG) (((FLAG) == USART_FLAG_PE) || ((FLAG) == USART_FLAG_TXE) || \
|
| /bsp/hk32/libraries/rt_drivers/ |
| A D | drv_usart.c | 164 while (USART_GetFlagStatus(usart->usartx, USART_FLAG_TXE) == RESET); in hk32_putc()
|
| /bsp/wch/arm/Libraries/ch32_drivers/ |
| A D | drv_uart_ch32f10x.c | 170 while (USART_GetFlagStatus(usart_dev->periph, USART_FLAG_TXE) == RESET) in ch32f1_usart_putc()
|
| A D | drv_uart_ch32f20x.c | 210 while (USART_GetFlagStatus(usart_dev->periph, USART_FLAG_TXE) == RESET) in ch32f2_usart_putc()
|
| /bsp/ft32/libraries/Drivers/ |
| A D | drv_usart.c | 397 if (USART_GetFlagStatus(uart->config->Instance, USART_FLAG_TXE) != RESET) in uart_isr() 399 UART_INSTANCE_CLEAR_FUNCTION(uart->config->Instance, USART_FLAG_TXE); in uart_isr()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_usart.c | 783 if (USART_WaitOnFlagUntilTimeout(husart, USART_FLAG_TXE, RESET, tickstart, Timeout) != HAL_OK) in HAL_USART_Transmit() 875 if (USART_WaitOnFlagUntilTimeout(husart, USART_FLAG_TXE, RESET, tickstart, Timeout) != HAL_OK) in HAL_USART_Receive() 997 … if (USART_WaitOnFlagUntilTimeout(husart, USART_FLAG_TXE, RESET, tickstart, Timeout) != HAL_OK) in HAL_USART_TransmitReceive() 2622 if (__HAL_USART_GET_FLAG(husart, USART_FLAG_TXE) != RESET) in USART_TransmitReceive_IT()
|
| /bsp/airm2m/air32f103/libraries/rt_drivers/ |
| A D | drv_usart.c | 259 while (USART_GetFlagStatus(uart->config->Instance, USART_FLAG_TXE) == RESET); in air32_putc()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_usart.h | 284 #define USART_FLAG_TXE ((uint32_t)USART_SR_TXE) macro
|
| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_usart_v2.c | 537 …nce, USART_IT_TXE) != RESET && USART_GetFlagStatus(uart->handle.Instance, USART_FLAG_TXE) != RESET) in uart_isr()
|