Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_gdbstub/esp32c3/
Dgdbstub_esp32c3.c90 return REG_READ(UART_FIFO_AHB_REG(UART_NUM)); in esp_gdbstub_getchar()
98 REG_WRITE(UART_FIFO_AHB_REG(UART_NUM), c); in esp_gdbstub_putchar()
/hal_espressif-3.4.0/components/esp_gdbstub/esp32h2/
Dgdbstub_esp32h2.c89 return REG_READ(UART_FIFO_AHB_REG(UART_NUM)); in esp_gdbstub_getchar()
97 REG_WRITE(UART_FIFO_AHB_REG(UART_NUM), c); in esp_gdbstub_putchar()
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/
Duart_ll.h210 uint32_t fifo_addr = (hw == &UART0) ? UART_FIFO_AHB_REG(0) : UART_FIFO_AHB_REG(1); in uart_ll_read_rxfifo()
228 uint32_t fifo_addr = (hw == &UART0) ? UART_FIFO_AHB_REG(0) : UART_FIFO_AHB_REG(1); in uart_ll_write_txfifo()
/hal_espressif-3.4.0/components/hal/esp32/include/hal/
Duart_ll.h234 …nt32_t fifo_addr = (hw == &UART0) ? UART_FIFO_AHB_REG(0) : (hw == &UART1) ? UART_FIFO_AHB_REG(1) :… in uart_ll_write_txfifo()
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Dsoc.h74 #define UART_FIFO_AHB_REG(i) (REG_UART_AHB_BASE(i) + 0x0) macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Dsoc.h102 #define UART_FIFO_AHB_REG(i) (REG_UART_AHB_BASE(i) + 0x0) macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dsoc.h118 #define UART_FIFO_AHB_REG(i) (REG_UART_AHB_BASE(i) + 0x0) macro
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dsoc.h98 #define UART_FIFO_AHB_REG(i) (REG_UART_AHB_BASE(i) + 0x0) macro
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Duart_reg.h22 #define UART_FIFO_AHB_REG(i) (REG_UART_AHB_BASE(i) + 0x0) macro