Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_io.c35 uint8_t byte = READ_REG(UART_FIFO(0)) & 0xff; in uart_isr()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dsoc_support.h223 #define UART_FIFO(X) (UART_BASE_REG + 0x00) macro