ESP-IDF
+
0
/1 examples
SourceVu will show references to
touch_pad_get_status()
from the following samples and libraries:
touch_pad_interrupt 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
ESP-IDF
touch_pad_get_status()
touch_pad_get_status() function
Get the touch sensor channel active status mask. The bit position represents the channel number. The 0/1 status of the bit represents the trigger status.
Syntax
Show:
Summary
Declaration
Definition
from
touch_sensor_common.h:149
uint32_t
touch_pad_get_status
(
void
)
;
Implemented in
touch_sensor_common.c:226
Return value
- The touch sensor status. e.g. Touch1 trigger status is `status_mask & (BIT1)`.
Examples
touch_pad_get_status()
is referenced by 1 libraries and example projects:
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