Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc.h52 #define DR_REG_I2C_EXT_BASE 0x60013000 macro
78 #define REG_I2C_BASE(i) (DR_REG_I2C_EXT_BASE + (i) * 0x14000 )
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc.h65 #define DR_REG_I2C_EXT_BASE 0x60013000 macro
106 #define REG_I2C_BASE(i) (DR_REG_I2C_EXT_BASE + (i) * 0x14000 )
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h53 #define DR_REG_I2C_EXT_BASE 0x60013000 macro
122 #define REG_I2C_BASE(i) (DR_REG_I2C_EXT_BASE + (i) * 0x14000 )
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h61 #define DR_REG_I2C_EXT_BASE 0x3f413000 macro
102 #define REG_I2C_BASE(i) (DR_REG_I2C_EXT_BASE + (i) * 0x14000 )
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h56 #define DR_REG_I2C_EXT_BASE 0x3ff53000 macro
Di2c_reg.h20 #define REG_I2C_BASE(i) (DR_REG_I2C_EXT_BASE + (i) * 0x14000 )