Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_regi2c_esp32h2.c25 #define REGI2C_ULP_CAL_MST_SEL (BIT(10)) macro
106 i2c_sel = REG_GET_BIT(I2C_MST_ANA_CONF2_REG, REGI2C_ULP_CAL_MST_SEL); in regi2c_enable_block()
Desp_rom_hp_regi2c_esp32c6.c24 #define REGI2C_ULP_CAL_MST_SEL (BIT(10)) macro
107 i2c_sel = REG_GET_BIT(I2C_ANA_MST_ANA_CONF2_REG, REGI2C_ULP_CAL_MST_SEL); in regi2c_enable_block()