Searched refs:dbg_atten_slp (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | rtc_sleep.c | 78 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_DEEPSLEEP_NODROP; in rtc_sleep_get_default_config() 88 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_DEEPSLEEP_DEFAULT; in rtc_sleep_get_default_config() 98 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_DEEPSLEEP_DEFAULT; in rtc_sleep_get_default_config() 112 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_LIGHTSLEEP_NODROP; in rtc_sleep_get_default_config() 121 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_LIGHTSLEEP_NODROP; in rtc_sleep_get_default_config() 132 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_LIGHTSLEEP_DEFAULT; in rtc_sleep_get_default_config() 159 REG_SET_FIELD(RTC_CNTL_BIAS_CONF_REG, RTC_CNTL_DBG_ATTEN_DEEP_SLP, cfg.dbg_atten_slp); in rtc_sleep_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | rtc_sleep.c | 101 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_DEEPSLEEP_NODROP; in rtc_sleep_get_default_config() 112 …out_config->dbg_atten_slp = eco2_workaround ? RTC_CNTL_DBG_ATTEN_DEEPSLEEP_NODROP: RTC_CNTL_DBG_AT… in rtc_sleep_get_default_config() 122 …out_config->dbg_atten_slp = eco2_workaround ? RTC_CNTL_DBG_ATTEN_DEEPSLEEP_NODROP: RTC_CNTL_DBG_AT… in rtc_sleep_get_default_config() 137 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_LIGHTSLEEP_NODROP; in rtc_sleep_get_default_config() 146 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_LIGHTSLEEP_NODROP; in rtc_sleep_get_default_config() 157 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_LIGHTSLEEP_DEFAULT; in rtc_sleep_get_default_config() 207 REG_SET_FIELD(RTC_CNTL_BIAS_CONF_REG, RTC_CNTL_DBG_ATTEN_DEEP_SLP, cfg.dbg_atten_slp); in rtc_sleep_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | rtc_sleep.c | 95 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_DEEPSLEEP_NODROP; in rtc_sleep_get_default_config() 106 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_DEEPSLEEP_DEFAULT; in rtc_sleep_get_default_config() 115 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_DEEPSLEEP_ULTRA_LOW; in rtc_sleep_get_default_config() 131 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_LIGHTSLEEP_NODROP; in rtc_sleep_get_default_config() 143 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_LIGHTSLEEP_NODROP; in rtc_sleep_get_default_config() 153 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_LIGHTSLEEP_DEFAULT; in rtc_sleep_get_default_config() 216 REG_SET_FIELD(RTC_CNTL_BIAS_CONF_REG, RTC_CNTL_DBG_ATTEN_DEEP_SLP, cfg.dbg_atten_slp); in rtc_sleep_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | rtc_sleep.c | 81 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_DEEPSLEEP_NODROP; in rtc_sleep_get_default_config() 93 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_DEEPSLEEP_DEFAULT; in rtc_sleep_get_default_config() 103 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_DEEPSLEEP_DEFAULT; in rtc_sleep_get_default_config() 122 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_LIGHTSLEEP_NODROP; in rtc_sleep_get_default_config() 134 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_LIGHTSLEEP_DEFAULT; in rtc_sleep_get_default_config() 145 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_LIGHTSLEEP_DEFAULT; in rtc_sleep_get_default_config() 222 REG_SET_FIELD(RTC_CNTL_BIAS_CONF_REG, RTC_CNTL_DBG_ATTEN_DEEP_SLP, cfg.dbg_atten_slp); in rtc_sleep_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | rtc_sleep.c | 111 …out_config->dbg_atten_slp = !(sleep_flags & RTC_SLEEP_PD_INT_8M) ? RTC_CNTL_DBG_ATTEN_NODROP : RTC… in rtc_sleep_get_default_config() 117 out_config->dbg_atten_slp = RTC_CNTL_DBG_ATTEN_NODROP; in rtc_sleep_get_default_config() 232 REG_SET_FIELD(RTC_CNTL_BIAS_CONF_REG, RTC_CNTL_DBG_ATTEN, cfg.dbg_atten_slp); in rtc_sleep_init()
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | rtc.h | 509 uint32_t dbg_atten_slp : 2; //!< voltage parameter member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | rtc.h | 551 uint32_t dbg_atten_slp : 4; //!< voltage parameter, in sleep mode member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | rtc.h | 588 uint32_t dbg_atten_slp : 4; //!< voltage parameter, in sleep mode member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | rtc.h | 601 uint32_t dbg_atten_slp : 4; //!< voltage parameter, in sleep mode member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | rtc.h | 617 uint32_t dbg_atten_slp : 4; //!< voltage parameter, in sleep mode member
|