Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_io.c28 uint32_t int_st = READ_REG(UART_INT_ST(0)); in uart_isr()
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h172 #define UART_INT_ST(X) (UART_BASE_REG + 0x08) macro