esp_sleep_event_cb_config_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
Callback function defined by internal developers.
void *
Input parameters of callback function defined by internal developers.
uint32_t
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.