Home
last modified time | relevance | path

Searched defs:REG_SPI_MEM_BASE (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc.h33 #define REG_SPI_MEM_BASE(i) (DR_REG_SPI0_BASE - (i) * 0x1000) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc.h25 #define REG_SPI_MEM_BASE(i) (DR_REG_SPI0_BASE + (i) * 0x1000) // SPIMEM0… macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc.h27 #define REG_SPI_MEM_BASE(i) (DR_REG_SPI0_BASE - (i) * 0x1000) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc.h25 #define REG_SPI_MEM_BASE(i) (DR_REG_SPI0_BASE + (i) * 0x1000) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc.h25 #define REG_SPI_MEM_BASE(i) (DR_REG_SPI0_BASE - (i) * 0x1000) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc.h36 #define REG_SPI_MEM_BASE(i) (DR_REG_SPI0_BASE - (i) * 0x1000) macro