Searched refs:rtc_dbias_wak (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/ |
D | rtc_pm.c | 50 cfg.rtc_dbias_wak = 0; in pm_set_sleep_mode()
|
/hal_espressif-3.4.0/components/soc/esp32/include/soc/ |
D | rtc.h | 502 uint32_t rtc_dbias_wak : 3; //!< set bias for RTC domain, in active mode member 534 .rtc_dbias_wak = RTC_CNTL_DBIAS_1V10, \
|
D | rtc_cntl_struct.h | 342 uint32_t rtc_dbias_wak: 3; /*RTC_DBIAS during wakeup*/ member
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/ |
D | rtc_pm.c | 50 cfg.rtc_dbias_wak = 0; in pm_set_sleep_mode()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/ |
D | rtc_pm.c | 50 cfg.rtc_dbias_wak = 0; in pm_set_sleep_mode()
|
D | rtc_sleep.c | 127 REG_SET_FIELD(RTC_CNTL_REG, RTC_CNTL_DBIAS_WAK, cfg.rtc_dbias_wak); in rtc_sleep_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/ |
D | rtc_pm.c | 50 cfg.rtc_dbias_wak = 0; in pm_set_sleep_mode()
|
D | rtc_sleep.c | 137 REGI2C_WRITE_MASK(I2C_DIG_REG, I2C_DIG_REG_EXT_RTC_DREG, cfg.rtc_dbias_wak); in rtc_sleep_init()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/ |
D | rtc_pm.c | 48 cfg.rtc_dbias_wak = 0; in pm_set_sleep_mode()
|
D | rtc_sleep.c | 201 REG_SET_FIELD(RTC_CNTL_REG, RTC_CNTL_DBIAS_WAK, cfg.rtc_dbias_wak); in rtc_sleep_init()
|
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | rtc.h | 671 uint32_t rtc_dbias_wak : 3; //!< set bias for RTC domain, in active mode member 703 .rtc_dbias_wak = RTC_CNTL_DBIAS_1V10, \
|
D | rtc_cntl_struct.h | 428 uint32_t rtc_dbias_wak: 3; /*RTC_DBIAS during wakeup*/ member
|
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/ |
D | rtc.h | 646 uint32_t rtc_dbias_wak : 5; //!< set bias for RTC domain, in active mode member 680 .rtc_dbias_wak = RTC_CNTL_DBIAS_1V10, \
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | rtc.h | 653 uint32_t rtc_dbias_wak : 5; //!< set bias for RTC domain, in active mode member 687 .rtc_dbias_wak = RTC_CNTL_DBIAS_1V10, \
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | rtc.h | 662 uint32_t rtc_dbias_wak : 5; //!< set bias for RTC domain, in active mode member 696 .rtc_dbias_wak = RTC_CNTL_DBIAS_1V10, \
|