Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Desp32_uart.c28 #define UART_INT_ST_REG 0x08 macro
230 (esp32_uart_read(port, UART_INT_ST_REG) & UART_BRK_DET_INT)) { in esp32_uart_rxint()
297 status = esp32_uart_read(port, UART_INT_ST_REG); in esp32_uart_int()