Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_regi2c_esp32h2.c26 #define REGI2C_SAR_I2C_MST_SEL (BIT(11)) macro
110 i2c_sel = REG_GET_BIT(I2C_MST_ANA_CONF2_REG, REGI2C_SAR_I2C_MST_SEL); in regi2c_enable_block()
Desp_rom_hp_regi2c_esp32c6.c25 #define REGI2C_SAR_I2C_MST_SEL (BIT(11)) macro
111 i2c_sel = REG_GET_BIT(I2C_ANA_MST_ANA_CONF2_REG, REGI2C_SAR_I2C_MST_SEL); in regi2c_enable_block()