ESP-IDF
+
0
/2 examples
SourceVu will show references to
GPIO_MODE_INPUT_OUTPUT_OD
from the following samples and libraries:
soft_i2c sample
sdmmc sample
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_MODE_INPUT_OUTPUT_OD
GPIO_MODE_INPUT_OUTPUT_OD value
GPIO mode : output and input with open-drain mode
Syntax
Show:
Summary
Declaration
from
gpio_types.h:100
GPIO_MODE_INPUT_OUTPUT_OD
=
(
(
GPIO_MODE_DEF_INPUT
)
|
(
GPIO_MODE_DEF_OUTPUT
)
|
(
GPIO_MODE_DEF_OD
)
)
;
Examples
GPIO_MODE_INPUT_OUTPUT_OD
is referenced by 2 libraries and example projects:
References
from
examples
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