Home
last modified time | relevance | path

Searched refs:DR_REG_SPI1_BASE (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-2.7.6/components/soc/esp32s3/include/soc/
Dsoc.h50 #define DR_REG_SPI1_BASE 0x60002000 macro
/hal_espressif-2.7.6/components/soc/esp32c3/include/soc/
Dsoc.h44 #define DR_REG_SPI1_BASE 0x60002000 macro
/hal_espressif-2.7.6/components/soc/esp32s2/include/soc/
Dsoc.h46 #define DR_REG_SPI1_BASE 0x3f402000 macro
/hal_espressif-2.7.6/components/soc/esp32/include/soc/
Dsoc.h39 #define DR_REG_SPI1_BASE 0x3ff42000 macro
Dspi_reg.h19 #define REG_SPI_BASE(i) (DR_REG_SPI1_BASE + (((i)>1) ? (((i)* 0x1000) + 0x20000) : (((~(i)) & 1…