ESP-IDF
esp_comm_gpio_hold_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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
Code
Location
Referrer
typedef
enum
{
bootloader_common.h:16
}
esp_comm_gpio_hold_t
;
bootloader_common.h:20
esp_comm_gpio_hold_t
bootloader_common_check_long_hold_gpio
(
uint32_t
num_pin
,
uint32_t
delay_sec
)
bootloader_common.c:32
bootloader_common_check_long_hold_gpio()
esp_comm_gpio_hold_t
bootloader_common_check_long_hold_gpio_level
(
uint32_t
num_pin
,
uint32_t
delay_sec
,
bool
level
)
bootloader_common.c:37
bootloader_common_check_long_hold_gpio_level()
}
esp_comm_gpio_hold_t
;
bootloader_common.h:20
esp_comm_gpio_hold_t
esp_comm_gpio_hold_t
bootloader_common_check_long_hold_gpio
(
uint32_t
num_pin
,
uint32_t
delay_sec
)
;
bootloader_common.h:77
bootloader_common_check_long_hold_gpio()
esp_comm_gpio_hold_t
bootloader_common_check_long_hold_gpio_level
(
uint32_t
num_pin
,
uint32_t
delay_sec
,
bool
level
)
;
bootloader_common.h:93
bootloader_common_check_long_hold_gpio_level()
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
Instance
Scope
Location
Project
return
bootloader_common_check_long_hold_gpio()
bootloader_common.h:77
return
bootloader_common_check_long_hold_gpio_level()
bootloader_common.h:93
return
bootloader_common_check_long_hold_gpio()
bootloader_common.c:32
return
bootloader_common_check_long_hold_gpio_level()
bootloader_common.c:37
Lifecycle
from
examples
All items filtered out
All items filtered out