ESP-IDF
gpio_dev_s::
::
::wakeup_enable
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gpio_dev_s::
::
::wakeup_enable
gpio_dev_s::
::
::wakeup_enable field
Syntax
Show:
Summary
Declaration
from
gpio_struct.h:158
uint32_t
wakeup_enable
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
wakeup_enable
:
1
;
/*GPIO wake up enable only available in light sleep*/
gpio_struct.h:158
hw
->
pin
[
gpio_num
]
.
wakeup_enable
=
1
;
gpio_ll.h:557
gpio_ll_wakeup_enable()
hw
->
pin
[
gpio_num
]
.
wakeup_enable
=
0
;
gpio_ll.h:568
gpio_ll_wakeup_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gpio_dev_s::
::
::wakeup_enable
is written by 2 functions:
gpio_ll_wakeup_enable()
gpio_ll_wakeup_disable()
All items filtered out
gpio_dev_s::
::
::wakeup_enable
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