Home
last modified time | relevance | path

Searched refs:I2C_DIG_REG_EXT_RTC_DREG_SLEEP (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dregi2c_dig_reg.h26 #define I2C_DIG_REG_EXT_RTC_DREG_SLEEP 5 macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dregi2c_dig_reg.h26 #define I2C_DIG_REG_EXT_RTC_DREG_SLEEP 5 macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dregi2c_dig_reg.h26 #define I2C_DIG_REG_EXT_RTC_DREG_SLEEP 5 macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dregi2c_dig_reg.h26 #define I2C_DIG_REG_EXT_RTC_DREG_SLEEP 5 macro
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_sleep.c153 REGI2C_WRITE_MASK(I2C_DIG_REG, I2C_DIG_REG_EXT_RTC_DREG_SLEEP, cfg.rtc_dbias_slp); in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c205 REGI2C_WRITE_MASK(I2C_DIG_REG, I2C_DIG_REG_EXT_RTC_DREG_SLEEP, cfg.rtc_dbias_slp); in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c213 REGI2C_WRITE_MASK(I2C_DIG_REG, I2C_DIG_REG_EXT_RTC_DREG_SLEEP, cfg.rtc_dbias_slp); in rtc_sleep_init()
Drtc_init.c91 REGI2C_WRITE_MASK(I2C_DIG_REG, I2C_DIG_REG_EXT_RTC_DREG_SLEEP, RTC_CNTL_DBIAS_1V10); in rtc_init()