ESP-IDF
esp_sleep_event_cb_index_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
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