ESP-IDF
esp_deep_sleep_wakeup_io_reset()
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_deep_sleep_wakeup_io_reset()
esp_deep_sleep_wakeup_io_reset() function
Call once in startup to disable the wakeup IO pins and release their holding state after waking up from Deep-sleep
Syntax
Show:
Summary
Declaration
Definition
from
sleep_gpio.h:47
void
esp_deep_sleep_wakeup_io_reset
(
void
)
;
Implemented in
sleep_gpio.c:157
Examples
References
from
examples
Code
Location
Referrer
void
esp_deep_sleep_wakeup_io_reset
(
void
)
sleep_gpio.c:157
void
esp_deep_sleep_wakeup_io_reset
(
void
)
;
sleep_gpio.h:47
esp_deep_sleep_wakeup_io_reset
(
)
;
cpu_start.c:745
call_start_cpu0()
Call Tree
from
examples
esp_deep_sleep_wakeup_io_reset()
is called by 1 function and calls 3 functions:
call_start_cpu0()
All items filtered out
esp_deep_sleep_wakeup_io_reset()
rtcio_ll_force_hold_disable()
rtc_cntl_ll_ext1_clear_wakeup_pins()
rtc_cntl_ll_ext1_get_wakeup_pins()
All items filtered out
Data Use
from
examples
esp_deep_sleep_wakeup_io_reset()
reads 1 variable:
rtc_io_num_map
All items filtered out
esp_deep_sleep_wakeup_io_reset()
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