Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Drtc_hal.h72 void rtc_cntl_hal_disable_cpu_retention(void *addr);
/hal_espressif-latest/components/hal/esp32c2/
Drtc_cntl_hal.c57 void IRAM_ATTR rtc_cntl_hal_disable_cpu_retention(void *addr) in rtc_cntl_hal_disable_cpu_retention() function
/hal_espressif-latest/components/hal/esp32c3/
Drtc_cntl_hal.c73 void IRAM_ATTR rtc_cntl_hal_disable_cpu_retention(void *addr) in rtc_cntl_hal_disable_cpu_retention() function
/hal_espressif-latest/components/hal/esp32s3/
Drtc_cntl_hal.c83 void IRAM_ATTR rtc_cntl_hal_disable_cpu_retention(void *addr) in rtc_cntl_hal_disable_cpu_retention() function
/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu.c266 rtc_cntl_hal_disable_cpu_retention(&s_cpu_retention.retent); in sleep_disable_cpu_retention()