ESP-IDF
gpio_hal_wakeup_enable
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gpio_hal_wakeup_enable
gpio_hal_wakeup_enable macro
Enable GPIO wake-up function.
Syntax
Show:
Summary
Declaration
from
gpio_hal.h:246
#define
gpio_hal_wakeup_enable
(
hal
,
gpio_num
)
gpio_ll_wakeup_enable
(
(
hal
)
->
dev
,
gpio_num
)
Arguments
Argument
Description
hal
Context of the HAL layer
gpio_num
GPIO number.
Examples
References
from
examples
Code
Location
#define
gpio_hal_wakeup_enable
(
hal
,
gpio_num
)
gpio_ll_wakeup_enable
(
(
hal
)
->
dev
,
gpio_num
)
gpio_hal.h:246
gpio_hal_wakeup_enable
(
gpio_context
.
gpio_hal
,
gpio_num
)
;
gpio.c:640
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