ESP-IDF
esp_comm_gpio_hold_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_comm_gpio_hold_t
esp_comm_gpio_hold_t enum
Syntax
Show:
Summary
Declaration
from
bootloader_common.h:16
enum
{
GPIO_LONG_HOLD
=
1
,
GPIO_SHORT_HOLD
=
-
1
,
GPIO_NOT_HOLD
=
0
}
;
Values
Value
Declared as
Description
esp_comm_gpio_hold_t::GPIO_LONG_HOLD
=
1
The long hold GPIO.
esp_comm_gpio_hold_t::GPIO_SHORT_HOLD
=
-
1
The short hold GPIO.
esp_comm_gpio_hold_t::GPIO_NOT_HOLD
=
0
If the GPIO input is not low.
Examples
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