ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_sleep_disable_wakeup_source()
from the following samples and libraries:
advanced sample
blecent_throughput sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_sleep_disable_wakeup_source()
esp_sleep_disable_wakeup_source() function
Disable wakeup source This function is used to deactivate wake up trigger for source defined as parameter of the function. See docs/sleep-modes.rst for details.
Syntax
Show:
Summary
Declaration
Definition
from
esp_sleep.h:158
esp_err_t
esp_sleep_disable_wakeup_source
(
esp_sleep_source_t
source
)
;
Implemented in
sleep_modes.c:1615
Arguments
Argument
Description
source
- number of source to disable of type esp_sleep_source_t
Return value
- ESP_OK on success - ESP_ERR_INVALID_STATE if trigger was not active
Notes
This function does not modify wake up configuration in RTC. It will be performed in esp_deep_sleep_start/esp_light_sleep_start function.
Examples
esp_sleep_disable_wakeup_source()
is referenced by 2 libraries and example projects:
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