ESP-IDF
GPIO_DRIVE_CAP_MAX
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
GPIO_DRIVE_CAP_MAX
GPIO_DRIVE_CAP_MAX value
Syntax
Show:
Summary
Declaration
from
gpio_types.h:127
GPIO_DRIVE_CAP_MAX
;
Examples
References
from
examples
Code
Location
Referrer
GPIO_DRIVE_CAP_MAX
,
gpio_types.h:127
GPIO_CHECK
(
strength
<
GPIO_DRIVE_CAP_MAX
,
"GPIO drive capability error"
,
ESP_ERR_INVALID_ARG
)
;
gpio.c:677
gpio_set_drive_capability()
ESP_RETURN_ON_FALSE
(
strength
<
GPIO_DRIVE_CAP_MAX
,
ESP_ERR_INVALID_ARG
,
RTCIO_TAG
,
"RTCIO drive capability error"
)
;
rtc_io.c:95
rtc_gpio_set_drive_capability()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
GPIO_DRIVE_CAP_MAX
is read by 2 functions:
All items filtered out
GPIO_DRIVE_CAP_MAX
gpio_set_drive_capability()
rtc_gpio_set_drive_capability()
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