Home
last modified time | relevance | path

Searched refs:esp_light_sleep_start (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/esp_pm/
Dlinker.lf12 sleep_modes:esp_light_sleep_start (noflash)
/hal_espressif-latest/components/esp_hw_support/include/
Desp_sleep.h585 esp_err_t esp_light_sleep_start(void);
/hal_espressif-latest/components/esp_hw_support/
DKconfig65 # This is here since this option affect behavior of esp_light_sleep_start
72 … If enabled, chip will try to power down flash as part of esp_light_sleep_start(), which costs
Dsleep_modes.c1177 esp_err_t esp_light_sleep_start(void) function