ESP-IDF
esp_sleep_event_cb_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_sleep_event_cb_t
esp_sleep_event_cb_t
Function prototype for light sleep event callback functions (if CONFIG_FREERTOS_USE_TICKLESS_IDLE).
Syntax
Show:
Summary
Declaration
from
sleep_event.h:47
typedef
esp_err_t
(
*
esp_sleep_event_cb_t
)
(
void
*
user_arg
,
void
*
ext_arg
)
;
Examples
References
from
examples
Code
Location
typedef
esp_err_t
(
*
esp_sleep_event_cb_t
)
(
void
*
user_arg
,
void
*
ext_arg
)
;
sleep_event.h:47
esp_sleep_event_cb_t
cb
;
sleep_event.h:56
esp_err_t
esp_sleep_unregister_event_callback
(
esp_sleep_event_cb_index_t
event_id
,
esp_sleep_event_cb_t
cb
)
;
sleep_event.h:107
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out