Home
last modified time | relevance | path

Searched defs:REG_SPI_BASE (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc.h34 #define REG_SPI_BASE(i) (((i)==2) ? (DR_REG_SPI2_BASE) : (0)) // only one… macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc.h26 #define REG_SPI_BASE(i) (((i)==2) ? (DR_REG_SPI2_BASE) : (0)) // only on… macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc.h28 #define REG_SPI_BASE(i) (((i)>=2) ? (DR_REG_SPI2_BASE + (i-2) * 0x1000) : (0)) // GPSPI2… macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc.h26 #define REG_SPI_BASE(i) (((i)==2) ? (DR_REG_SPI2_BASE) : (0)) // only on… macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc.h26 #define REG_SPI_BASE(i) (((i)==2) ? (DR_REG_SPI2_BASE) : (0)) // only one… macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc.h37 #define REG_SPI_BASE(i) (((i)>=2) ? (DR_REG_SPI2_BASE + (i-2) * 0x1000) : (0)) // GPSPI2… macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_reg.h19 #define REG_SPI_BASE(i) (DR_REG_SPI1_BASE + (((i)>1) ? (((i)* 0x1000) + 0x20000) : (((~(i)) & 1… macro