sta2eth sample
GPIO_INPUT
is only used within sta2eth 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
sta2eth sample
GPIO_INPUT
GPIO_INPUT macro
GPIO button functionality
Syntax
Show:
Summary
Declaration
from
sta2eth_main.c:109
#define
GPIO_INPUT
CONFIG_EXAMPLE_RECONFIGURE_BUTTON
Examples
References
from
examples
Code
Location
#define
GPIO_INPUT
CONFIG_EXAMPLE_RECONFIGURE_BUTTON
sta2eth_main.c:109
if
(
gpio_get_level
(
GPIO_INPUT
)
==
0
)
{
sta2eth_main.c:115
.
pin_bit_mask
=
(
1ULL
<
<
GPIO_INPUT
)
,
sta2eth_main.c:133
gpio_isr_handler_add
(
GPIO_INPUT
,
gpio_isr_handler
,
NULL
)
;
sta2eth_main.c:140
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