Home
last modified time | relevance | path

Searched refs:user_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);
60 void *user_arg; member
/hal_espressif-latest/components/esp_hw_support/
Dsleep_event.c86 if (ESP_OK != (*current->cb)(current->user_arg, ext_arg)) { in esp_sleep_execute_event_callbacks()