ESP-IDF
esp_sleep_event_cb_index_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Values
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_index_t
esp_sleep_event_cb_index_t enum
Syntax
Show:
Summary
Declaration
from
sleep_event.h:18
enum
{
SLEEP_EVENT_HW_EXIT_SLEEP
,
SLEEP_EVENT_SW_CLK_READY
,
SLEEP_EVENT_SW_EXIT_SLEEP
,
SLEEP_EVENT_SW_GOTO_SLEEP
,
SLEEP_EVENT_HW_TIME_START
,
SLEEP_EVENT_HW_GOTO_SLEEP
,
SLEEP_EVENT_SW_CPU_TO_MEM_START
,
SLEEP_EVENT_SW_CPU_TO_MEM_END
,
#if
CONFIG_IDF_TARGET_ESP32H2
SLEEP_EVENT_HW_FLASH_BBPLL_EN_START
,
SLEEP_EVENT_HW_FLASH_BBPLL_EN_STOP
,
#endif
SLEEP_EVENT_HW_PLL_EN_START
,
SLEEP_EVENT_HW_PLL_EN_STOP
,
SLEEP_EVENT_CB_INDEX_NUM
,
}
;
Values
Value
Declared as
Description
esp_sleep_event_cb_index_t::SLEEP_EVENT_HW_EXIT_SLEEP
Using SLEEP_EVENT to determine the execution of specific code at a particular point in the sleep flow.
esp_sleep_event_cb_index_t::SLEEP_EVENT_SW_CLK_READY
esp_sleep_event_cb_index_t::SLEEP_EVENT_SW_EXIT_SLEEP
esp_sleep_event_cb_index_t::SLEEP_EVENT_SW_GOTO_SLEEP
esp_sleep_event_cb_index_t::SLEEP_EVENT_HW_TIME_START
esp_sleep_event_cb_index_t::SLEEP_EVENT_HW_GOTO_SLEEP
esp_sleep_event_cb_index_t::SLEEP_EVENT_SW_CPU_TO_MEM_START
esp_sleep_event_cb_index_t::SLEEP_EVENT_SW_CPU_TO_MEM_END
esp_sleep_event_cb_index_t::SLEEP_EVENT_HW_PLL_EN_START
esp_sleep_event_cb_index_t::SLEEP_EVENT_HW_PLL_EN_STOP
esp_sleep_event_cb_index_t::SLEEP_EVENT_CB_INDEX_NUM
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
sleep_event.h:18
}
esp_sleep_event_cb_index_t
;
sleep_event.h:38
void
IRAM_ATTR
esp_sleep_execute_event_callbacks
(
esp_sleep_event_cb_index_t
event_id
,
void
*
ext_arg
)
sleep_event.c:75
esp_sleep_execute_event_callbacks()
esp_sleep_execute_event_callbacks()::event_id
}
esp_sleep_event_cb_index_t
;
sleep_event.h:38
esp_sleep_event_cb_index_t
esp_err_t
esp_sleep_register_event_callback
(
esp_sleep_event_cb_index_t
event_id
,
const
esp_sleep_event_cb_config_t
*
event_cb_conf
)
;
sleep_event.h:97
esp_sleep_register_event_callback()
esp_sleep_register_event_callback()::event_id
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
esp_sleep_unregister_event_callback()
esp_sleep_unregister_event_callback()::event_id
void
esp_sleep_execute_event_callbacks
(
esp_sleep_event_cb_index_t
event_id
,
void
*
ext_arg
)
;
sleep_event.h:116
esp_sleep_execute_event_callbacks()
esp_sleep_execute_event_callbacks()::event_id
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
Instance
Scope
Location
Project
esp_sleep_register_event_callback()::event_id
esp_sleep_register_event_callback()
sleep_event.h:97
esp_sleep_unregister_event_callback()::event_id
esp_sleep_unregister_event_callback()
sleep_event.h:107
esp_sleep_execute_event_callbacks()::event_id
esp_sleep_execute_event_callbacks()
sleep_event.h:116
esp_sleep_execute_event_callbacks()::event_id
esp_sleep_execute_event_callbacks()
sleep_event.c:75
Lifecycle
from
examples
All items filtered out
All items filtered out