ESP-IDF
gpio_hal_sleep_pullup_en
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
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_sleep_pullup_en
gpio_hal_sleep_pullup_en macro
Enable pull-up on GPIO when system sleep.
Syntax
Show:
Summary
Declaration
from
gpio_hal.h:398
#define
gpio_hal_sleep_pullup_en
(
hal
,
gpio_num
)
gpio_ll_sleep_pullup_en
(
(
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_sleep_pullup_en
(
hal
,
gpio_num
)
gpio_ll_sleep_pullup_en
(
(
hal
)
->
dev
,
gpio_num
)
gpio_hal.h:398
gpio_hal_sleep_pullup_en
(
gpio_context
.
gpio_hal
,
gpio_num
)
;
gpio.c:811
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