/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | rtc_sleep.c | 263 uint32_t rtc_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu) in rtc_sleep_start() argument 266 REG_SET_FIELD(RTC_CNTL_SLP_REJECT_CONF_REG, RTC_CNTL_SLEEP_REJECT_ENA, reject_opt); in rtc_sleep_start() 267 if (reject_opt != 0) { in rtc_sleep_start() 288 uint32_t rtc_deep_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt) in rtc_deep_sleep_start() argument 291 WRITE_PERI_REG(RTC_CNTL_SLP_REJECT_CONF_REG, reject_opt); in rtc_deep_sleep_start()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | rtc_sleep.c | 257 uint32_t rtc_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu) in rtc_sleep_start() argument 260 REG_SET_FIELD(RTC_CNTL_SLP_REJECT_CONF_REG, RTC_CNTL_SLEEP_REJECT_ENA, reject_opt); in rtc_sleep_start() 279 uint32_t rtc_deep_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt) in rtc_deep_sleep_start() argument 282 WRITE_PERI_REG(RTC_CNTL_SLP_REJECT_CONF_REG, reject_opt); in rtc_deep_sleep_start()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | rtc_sleep.c | 249 uint32_t rtc_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt) in rtc_sleep_start() argument 252 WRITE_PERI_REG(RTC_CNTL_SLP_REJECT_CONF_REG, reject_opt); in rtc_sleep_start() 271 uint32_t rtc_deep_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt) in rtc_deep_sleep_start() argument 274 WRITE_PERI_REG(RTC_CNTL_SLP_REJECT_CONF_REG, reject_opt); in rtc_deep_sleep_start()
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | sleep_cpu.h | 67 uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu, bool dslp);
|
D | esp_pmu.h | 272 uint32_t pmu_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu, bool …
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | rtc_sleep.c | 206 uint32_t rtc_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu) in rtc_sleep_start() argument 209 REG_SET_FIELD(RTC_CNTL_SLP_REJECT_CONF_REG, RTC_CNTL_SLEEP_REJECT_ENA, reject_opt); in rtc_sleep_start()
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | rtc.h | 619 uint32_t rtc_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt); 642 uint32_t rtc_deep_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt);
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | rtc_sleep.c | 269 __attribute__((weak)) uint32_t rtc_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt, uint32_t l… in rtc_sleep_start() argument 272 REG_SET_FIELD(RTC_CNTL_SLP_REJECT_CONF_REG, RTC_CNTL_SLEEP_REJECT_ENA, reject_opt); in rtc_sleep_start()
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | rtc.h | 701 uint32_t rtc_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu); 724 uint32_t rtc_deep_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt);
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | rtc.h | 730 uint32_t rtc_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu); 753 uint32_t rtc_deep_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt);
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | rtc.h | 743 uint32_t rtc_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu); 766 uint32_t rtc_deep_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt);
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_cpu.c | 684 uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu, bool dslp) in do_cpu_retention() argument 694 return (*goto_sleep)(wakeup_opt, reject_opt, lslp_mem_inf_fpu, dslp); in do_cpu_retention() 706 uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu, bool dslp) in esp_sleep_cpu_retention() argument 722 esp_err_t err = do_cpu_retention(goto_sleep, wakeup_opt, reject_opt, lslp_mem_inf_fpu, dslp); in esp_sleep_cpu_retention()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | pmu_sleep.c | 242 uint32_t pmu_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu, bool … in pmu_sleep_start() argument 249 pmu_ll_hp_set_reject_enable(PMU_instance()->hal->dev, reject_opt); in pmu_sleep_start()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | pmu_sleep.c | 317 uint32_t pmu_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu, bool … in pmu_sleep_start() argument 324 pmu_ll_hp_set_reject_enable(PMU_instance()->hal->dev, reject_opt); in pmu_sleep_start()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | rtc.h | 656 uint32_t rtc_sleep_start(uint32_t wakeup_opt, uint32_t reject_opt, uint32_t lslp_mem_inf_fpu);
|