Home
last modified time | relevance | path

Searched refs:ext_arg (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dsleep_event.h47 typedef esp_err_t (*esp_sleep_event_cb_t)(void *user_arg, void *ext_arg);
116 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() argument
86 if (ESP_OK != (*current->cb)(current->user_arg, ext_arg)) { in esp_sleep_execute_event_callbacks()