Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Dsoc.h42 #define DR_REG_UART_BASE 0x60000000 macro
72 #define REG_UART_BASE(i) (DR_REG_UART_BASE + (i) * 0x10000)
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Dsoc.h47 #define DR_REG_UART_BASE 0x60000000 macro
100 #define REG_UART_BASE( i ) (DR_REG_UART_BASE + (i) * 0x10000 + ( (i) > 1 ? 0xe000 : 0 ) )
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dsoc.h29 #define DR_REG_UART_BASE 0x60000000 macro
116 #define REG_UART_BASE( i ) (DR_REG_UART_BASE + (i) * 0x10000 + ( (i) > 1 ? 0xe000 : 0 ) )
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dsoc.h45 #define DR_REG_UART_BASE 0x3f400000 macro
96 #define REG_UART_BASE( i ) (DR_REG_UART_BASE + (i) * 0x10000 )
/hal_espressif-3.4.0/components/esp_gdbstub/esp32c3/
Dgdbstub_esp32c3.c39 {DR_REG_UART_BASE + UART_REG_FIELD_LEN, SOC_PERIPHERAL_HIGH},
/hal_espressif-3.4.0/components/esp_gdbstub/esp32h2/
Dgdbstub_esp32h2.c38 {DR_REG_UART_BASE + UART_REG_FIELD_LEN, SOC_PERIPHERAL_HIGH},
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Dsoc.h38 #define DR_REG_UART_BASE 0x3ff40000 macro
Duart_reg.h20 #define REG_UART_BASE( i ) (DR_REG_UART_BASE + (i) * 0x10000 + ( (i) > 1 ? 0xe000 : 0 ) )