Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h224 uint32_t fifo_addr = (hw == &UART0) ? UART_FIFO_AHB_REG(0) : UART_FIFO_AHB_REG(1); in uart_ll_read_rxfifo()
242 uint32_t fifo_addr = (hw == &UART0) ? UART_FIFO_AHB_REG(0) : UART_FIFO_AHB_REG(1); in uart_ll_write_txfifo()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h227 …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-latest/components/soc/esp32c2/include/soc/
Dsoc.h31 #define UART_FIFO_AHB_REG(i) (REG_UART_AHB_BASE(i) + 0x0) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc.h22 #define UART_FIFO_AHB_REG(i) (REG_UART_AHB_BASE(i) + 0x0) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc.h24 #define UART_FIFO_AHB_REG(i) (REG_UART_AHB_BASE(i) + 0x0) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc.h22 #define UART_FIFO_AHB_REG(i) (REG_UART_AHB_BASE(i) + 0x0) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc.h22 #define UART_FIFO_AHB_REG(i) (REG_UART_AHB_BASE(i) + 0x0) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc.h33 #define UART_FIFO_AHB_REG(i) (REG_UART_AHB_BASE(i) + 0x0) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_reg.h22 #define UART_FIFO_AHB_REG(i) (REG_UART_AHB_BASE(i) + 0x0) macro