Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp_hw_support/port/esp32/
Drtc_clk.c491 RTC_CNTL_BB_I2C_FORCE_PD | RTC_CNTL_BBPLL_FORCE_PD | in rtc_clk_bbpll_disable()
506 RTC_CNTL_BIAS_I2C_FORCE_PD | RTC_CNTL_BB_I2C_FORCE_PD | in rtc_clk_bbpll_enable()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Drtc_cntl_reg.h184 #define RTC_CNTL_BB_I2C_FORCE_PD (BIT(6)) macro