Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_sleep.c160 out_config->pd_cur_monitor = RTC_CNTL_PD_CUR_MONITOR_ON; in rtc_sleep_get_default_config()
166 out_config->pd_cur_monitor = (sleep_flags & RTC_SLEEP_USE_ADC_TESEN_MONITOR)? in rtc_sleep_get_default_config()
211 assert(!cfg.pd_cur_monitor || cfg.bias_sleep_monitor); in rtc_sleep_init()
222 REG_SET_FIELD(RTC_CNTL_BIAS_CONF_REG, RTC_CNTL_PD_CUR_MONITOR, cfg.pd_cur_monitor); in rtc_sleep_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c152 out_config->pd_cur_monitor = RTC_CNTL_PD_CUR_MONITOR_ON; in rtc_sleep_get_default_config()
157 out_config->pd_cur_monitor = (sleep_flags & RTC_SLEEP_USE_ADC_TESEN_MONITOR)? in rtc_sleep_get_default_config()
211 assert(!cfg.pd_cur_monitor || cfg.bias_sleep_monitor); in rtc_sleep_init()
220 REG_SET_FIELD(RTC_CNTL_BIAS_CONF_REG, RTC_CNTL_PD_CUR_MONITOR, cfg.pd_cur_monitor); in rtc_sleep_init()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc.h603 uint32_t pd_cur_monitor : 1; //!< circuit control parameter, in monitor mode member
Drtc_cntl_struct.h420 uint32_t pd_cur_monitor : 1; /*xpd cur when rtc in monitor state*/ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h619 uint32_t pd_cur_monitor : 1; //!< circuit control parameter, in monitor mode member
Drtc_cntl_struct.h407 uint32_t pd_cur_monitor: 1; /*xpd cur when rtc in monitor state*/ member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc_cntl_struct.h300 uint32_t pd_cur_monitor : 1; /*xpd cur when rtc in monitor state*/ member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_struct.h377 uint32_t pd_cur_monitor: 1; /*xpd cur when rtc in monitor state*/ member