ESP-IDF
sleep_config_t::ext0_trigger_level
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
sleep_config_t::ext0_trigger_level
sleep_config_t::ext0_trigger_level field
Syntax
Show:
Summary
Declaration
from
sleep_modes.c:240
uint32_t
ext0_trigger_level
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
ext0_trigger_level
:
1
;
sleep_modes.c:240
s_config
.
ext0_trigger_level
=
0
;
sleep_modes.c:1628
esp_sleep_disable_wakeup_source()
s_config
.
ext0_trigger_level
=
level
;
sleep_modes.c:1837
esp_sleep_enable_ext0_wakeup()
rtcio_hal_ext0_set_wakeup_pin
(
rtc_gpio_num
,
s_config
.
ext0_trigger_level
)
;
sleep_modes.c:1848
ext0_wakeup_prepare()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sleep_config_t::ext0_trigger_level
is written by 2 functions and is read by 1 function:
esp_sleep_disable_wakeup_source()
esp_sleep_enable_ext0_wakeup()
All items filtered out
sleep_config_t::ext0_trigger_level
ext0_wakeup_prepare()
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