Home
last modified time | relevance | path

Searched refs:DR_REG_I2S_BASE (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc.h62 #define DR_REG_I2S_BASE 0x6000F000 macro
103 #define REG_I2S_BASE( i ) (DR_REG_I2S_BASE + (i) * 0x1E000)
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h48 #define DR_REG_I2S_BASE 0x6000F000 macro
119 #define REG_I2S_BASE( i ) (DR_REG_I2S_BASE + (i) * 0x1E000)
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h59 #define DR_REG_I2S_BASE 0x3f40F000 macro
99 #define REG_I2S_BASE( i ) (DR_REG_I2S_BASE)
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc.h75 #define REG_I2S_BASE(i) (DR_REG_I2S_BASE + (i) * 0x1E000)
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h53 #define DR_REG_I2S_BASE 0x3ff4F000 macro
Di2s_reg.h19 #define REG_I2S_BASE( i ) ( DR_REG_I2S_BASE + ((i)*0x1E000))