Home
last modified time | relevance | path

Searched refs:cpu_pd_mem (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/hal/esp32c3/
Drtc_cntl_hal.c56 if (retent->cpu_pd_mem) { in rtc_cntl_hal_enable_cpu_retention()
57 lldesc_t *plink = (lldesc_t *)retent->cpu_pd_mem; in rtc_cntl_hal_enable_cpu_retention()
78 if (retent->cpu_pd_mem) { in rtc_cntl_hal_disable_cpu_retention()
/hal_espressif-latest/components/hal/esp32s3/
Drtc_cntl_hal.c53 if (retent->cpu_pd_mem) { in rtc_cntl_hal_enable_cpu_retention()
54 lldesc_t *plink = (lldesc_t *)retent->cpu_pd_mem; in rtc_cntl_hal_enable_cpu_retention()
88 if (retent->cpu_pd_mem) { in rtc_cntl_hal_disable_cpu_retention()
/hal_espressif-latest/components/hal/include/hal/
Drtc_hal.h19 void *cpu_pd_mem; /* Internal ram address for cpu retention */ member
/hal_espressif-latest/components/hal/esp32c2/
Drtc_cntl_hal.c62 if (retent->cpu_pd_mem) { in rtc_cntl_hal_disable_cpu_retention()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu.c214 if (s_cpu_retention.retent.cpu_pd_mem == NULL) { in esp_sleep_cpu_pd_low_init()
219 s_cpu_retention.retent.cpu_pd_mem = rtc_cntl_hal_dma_link_init(buf, in esp_sleep_cpu_pd_low_init()
239 if (s_cpu_retention.retent.cpu_pd_mem) { in esp_sleep_cpu_pd_low_deinit()
240 heap_caps_free(s_cpu_retention.retent.cpu_pd_mem); in esp_sleep_cpu_pd_low_deinit()
241 s_cpu_retention.retent.cpu_pd_mem = NULL; in esp_sleep_cpu_pd_low_deinit()
767 return (s_cpu_retention.retent.cpu_pd_mem != NULL); in cpu_domain_pd_allowed()