Home
last modified time | relevance | path

Searched refs:DR_REG_LP_I2C_BASE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_i2c_reg.h18 #define LP_I2C_SCL_LOW_PERIOD_REG (DR_REG_LP_I2C_BASE + 0x0)
31 #define LP_I2C_CTR_REG (DR_REG_LP_I2C_BASE + 0x4)
120 #define LP_I2C_SR_REG (DR_REG_LP_I2C_BASE + 0x8)
177 #define LP_I2C_TO_REG (DR_REG_LP_I2C_BASE + 0xc)
197 #define LP_I2C_FIFO_ST_REG (DR_REG_LP_I2C_BASE + 0x14)
230 #define LP_I2C_FIFO_CONF_REG (DR_REG_LP_I2C_BASE + 0x18)
282 #define LP_I2C_DATA_REG (DR_REG_LP_I2C_BASE + 0x1c)
294 #define LP_I2C_INT_RAW_REG (DR_REG_LP_I2C_BASE + 0x20)
411 #define LP_I2C_INT_CLR_REG (DR_REG_LP_I2C_BASE + 0x24)
528 #define LP_I2C_INT_ENA_REG (DR_REG_LP_I2C_BASE + 0x28)
[all …]
Dreg_base.h66 #define DR_REG_LP_I2C_BASE 0x600B1800 macro