ESP-IDF
touch_trigger_src_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
touch_trigger_src_t
touch_trigger_src_t enum
Syntax
Show:
Summary
Declaration
from
touch_sensor_types.h:107
enum
{
TOUCH_TRIGGER_SOURCE_BOTH
=
0
,
TOUCH_TRIGGER_SOURCE_SET1
=
1
,
TOUCH_TRIGGER_SOURCE_MAX
,
}
;
Values
Value
Declared as
Description
touch_trigger_src_t::TOUCH_TRIGGER_SOURCE_BOTH
=
0
wakeup interrupt is generated if both SET1 and SET2 are "touched".
touch_trigger_src_t::TOUCH_TRIGGER_SOURCE_SET1
=
1
wakeup interrupt is generated if SET1 is "touched".
touch_trigger_src_t::TOUCH_TRIGGER_SOURCE_MAX
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