Home
last modified time | relevance | path

Searched refs:DR_REG_SPI2_BASE (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dreg_base.h34 #define DR_REG_SPI2_BASE 0x60024000 macro
Dsoc.h34 #define REG_SPI_BASE(i) (((i)==2) ? (DR_REG_SPI2_BASE) : (0)) // only one…
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dreg_base.h40 #define DR_REG_SPI2_BASE 0x60024000 macro
Dsoc.h26 #define REG_SPI_BASE(i) (((i)==2) ? (DR_REG_SPI2_BASE) : (0)) // only one…
/hal_espressif-latest/components/soc/esp32/include/soc/
Dreg_base.h48 #define DR_REG_SPI2_BASE 0x3ff64000 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dreg_base.h38 #define DR_REG_SPI2_BASE 0x60024000 macro
Dsoc.h37 #define REG_SPI_BASE(i) (((i)>=2) ? (DR_REG_SPI2_BASE + (i-2) * 0x1000) : (0)) // GPSPI2…
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dreg_base.h54 #define DR_REG_SPI2_BASE 0x3f424000 macro
Dsoc.h28 #define REG_SPI_BASE(i) (((i)>=2) ? (DR_REG_SPI2_BASE + (i-2) * 0x1000) : (0)) // GPSPI2…
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dreg_base.h30 #define DR_REG_SPI2_BASE 0x60081000 macro
Dsoc.h26 #define REG_SPI_BASE(i) (((i)==2) ? (DR_REG_SPI2_BASE) : (0)) // only on…
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dreg_base.h39 #define DR_REG_SPI2_BASE 0x60081000 macro
Dsoc.h26 #define REG_SPI_BASE(i) (((i)==2) ? (DR_REG_SPI2_BASE) : (0)) // only on…