Searched refs:UART_TXFIFO_EMPTY_INT (Results 1 – 1 of 1) sorted by relevance
32 #define UART_TXFIFO_EMPTY_INT BIT(1) macro210 int_ena &= ~UART_TXFIFO_EMPTY_INT; in esp32_uart_stop_tx()282 int_ena |= UART_TXFIFO_EMPTY_INT; in esp32_uart_transmit_buffer()301 if (status & UART_TXFIFO_EMPTY_INT) in esp32_uart_int()