ESP-IDF
+
0
/20 examples
SourceVu will show references to
esp_deep_sleep_start()
from the following samples and libraries:
deep_sleep sample
deep_sleep_wake_stub sample
advanced sample
blecent_throughput sample
gpio sample
gpio_intr_pulse_counter sample
gpio_wakeup sample
lp_adc sample
lp_i2c sample
ulp sample
ulp_adc sample
adc sample
ds18b20_onewire sample
gpio_interrupt sample
i2c sample
interrupts sample
touch sample
uart_print sample
lp_uart_echo sample
lp_uart_print sample
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_deep_sleep_start()
esp_deep_sleep_start() function
Enter deep sleep with the configured wakeup options
Syntax
Show:
Summary
Declaration
Definition
from
esp_sleep.h:590
void
esp_deep_sleep_start
(
void
)
__attribute__
(
(
__noreturn__
)
)
;
Implemented in
sleep_modes.c:1277
Notes
The function does not do a return (no rejection). Even if wakeup source set before the sleep request it goes to deep sleep anyway.
Examples
esp_deep_sleep_start()
is referenced by 20 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