esp_sleep_event_cb_config_t struct
Function entry parameter types for light sleep event callback functions (if CONFIG_FREERTOS_USE_TICKLESS_IDLE)
Fields
Callback function defined by internal developers.
Input parameters of callback function defined by internal developers.
Execution priority of callback function defined by internal developers. The smaller the priority, the earlier it executes when call esp_sleep_execute_event_callbacks. If functions have the same priority, the function registered first will be executed first.
Next callback configuration defined by internal developer.