Home
last modified time | relevance | path

Searched refs:rtc_cntl_hal_enable_cpu_retention (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Drtc_hal.h70 void rtc_cntl_hal_enable_cpu_retention(void *addr);
/hal_espressif-latest/components/hal/esp32c2/
Drtc_cntl_hal.c41 void rtc_cntl_hal_enable_cpu_retention(void *addr) in rtc_cntl_hal_enable_cpu_retention() function
/hal_espressif-latest/components/hal/esp32c3/
Drtc_cntl_hal.c51 void rtc_cntl_hal_enable_cpu_retention(void *addr) in rtc_cntl_hal_enable_cpu_retention() function
/hal_espressif-latest/components/hal/esp32s3/
Drtc_cntl_hal.c48 void rtc_cntl_hal_enable_cpu_retention(void *addr) in rtc_cntl_hal_enable_cpu_retention() function
/hal_espressif-latest/components/esp_pm/
Dlinker.lf84 rtc_cntl_hal:rtc_cntl_hal_enable_cpu_retention (noflash)
/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu.c257 rtc_cntl_hal_enable_cpu_retention(&s_cpu_retention.retent); in sleep_enable_cpu_retention()