Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_regi2c_esp32h2.c23 #define REGI2C_BIAS_MST_SEL (BIT(8)) macro
98 i2c_sel = REG_GET_BIT(I2C_MST_ANA_CONF2_REG, REGI2C_BIAS_MST_SEL); in regi2c_enable_block()
Desp_rom_hp_regi2c_esp32c6.c22 #define REGI2C_BIAS_MST_SEL (BIT(8)) macro
99 i2c_sel = REG_GET_BIT(I2C_ANA_MST_ANA_CONF2_REG, REGI2C_BIAS_MST_SEL); in regi2c_enable_block()