Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dsleep_event.h116 void esp_sleep_execute_event_callbacks(esp_sleep_event_cb_index_t event_id, void *ext_arg);
/hal_espressif-latest/components/esp_hw_support/
Dsleep_event.c76 void IRAM_ATTR esp_sleep_execute_event_callbacks(esp_sleep_event_cb_index_t event_id, void *ext_arg) in esp_sleep_execute_event_callbacks() function
Dsleep_modes.c926 esp_sleep_execute_event_callbacks(SLEEP_EVENT_HW_GOTO_SLEEP, (void *)0);
934 esp_sleep_execute_event_callbacks(SLEEP_EVENT_HW_EXIT_SLEEP, (void *)0);
971 esp_sleep_execute_event_callbacks(SLEEP_EVENT_SW_CLK_READY, (void *)0);
1180 esp_sleep_execute_event_callbacks(SLEEP_EVENT_SW_GOTO_SLEEP, (void *)0);
1214 esp_sleep_execute_event_callbacks(SLEEP_EVENT_HW_TIME_START, (void *)0);
1363 esp_sleep_execute_event_callbacks(SLEEP_EVENT_SW_EXIT_SLEEP, (void *)0);
Dsleep_cpu.c688 esp_sleep_execute_event_callbacks(SLEEP_EVENT_SW_CPU_TO_MEM_END, (void *)0); in do_cpu_retention()
708 esp_sleep_execute_event_callbacks(SLEEP_EVENT_SW_CPU_TO_MEM_START, (void *)0); in esp_sleep_cpu_retention()