Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32h2/include/soc/
Di2s_reg.h17 #define I2S_INT_RAW_REG (DR_REG_I2S_BASE + 0xc)
50 #define I2S_INT_ST_REG (DR_REG_I2S_BASE + 0x10)
83 #define I2S_INT_ENA_REG (DR_REG_I2S_BASE + 0x14)
116 #define I2S_INT_CLR_REG (DR_REG_I2S_BASE + 0x18)
149 #define I2S_RX_CONF_REG (DR_REG_I2S_BASE + 0x20)
293 #define I2S_TX_CONF_REG (DR_REG_I2S_BASE + 0x24)
469 #define I2S_RX_CONF1_REG (DR_REG_I2S_BASE + 0x28)
506 #define I2S_TX_CONF1_REG (DR_REG_I2S_BASE + 0x2c)
543 #define I2S_RX_CLKM_CONF_REG (DR_REG_I2S_BASE + 0x30)
577 #define I2S_TX_CLKM_CONF_REG (DR_REG_I2S_BASE + 0x34)
[all …]
Dreg_base.h20 #define DR_REG_I2S_BASE 0x6000D000 macro
Dsoc.h23 #define REG_I2S_BASE(i) (DR_REG_I2S_BASE) // only one…
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dreg_base.h44 #define DR_REG_I2S_BASE 0x6002D000 macro
Dsoc.h23 #define REG_I2S_BASE(i) (DR_REG_I2S_BASE) // only one…
/hal_espressif-latest/components/soc/esp32/include/soc/
Dreg_base.h28 #define DR_REG_I2S_BASE 0x3ff4F000 macro
Di2s_reg.h11 #define REG_I2S_BASE( i ) ( DR_REG_I2S_BASE + ((i)*0x1E000))
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dreg_base.h21 #define DR_REG_I2S_BASE 0x6000F000 macro
Dsoc.h34 #define REG_I2S_BASE( i ) (DR_REG_I2S_BASE + (i) * 0x1E000)
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dreg_base.h37 #define DR_REG_I2S_BASE 0x3f40F000 macro
Dsoc.h25 #define REG_I2S_BASE( i ) (DR_REG_I2S_BASE)
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dreg_base.h24 #define DR_REG_I2S_BASE 0x6000C000 macro
Dsoc.h23 #define REG_I2S_BASE(i) (DR_REG_I2S_BASE) // only on…