ESP-IDF
button_cb_type_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
button_cb_type_t
button_cb_type_t enum
Syntax
Show:
Summary
Declaration
from
iot_button.h:25
enum
{
BUTTON_CB_PUSH
=
0
,
BUTTON_CB_RELEASE
,
BUTTON_CB_TAP
,
BUTTON_CB_SERIAL
,
}
;
Values
Value
Declared as
Description
button_cb_type_t::BUTTON_CB_PUSH
=
0
button push callback event.
button_cb_type_t::BUTTON_CB_RELEASE
button release callback event.
button_cb_type_t::BUTTON_CB_TAP
button quick tap callback event(will not trigger if there already is a "PRESS" event).
button_cb_type_t::BUTTON_CB_SERIAL
button serial trigger callback event.
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