uint16_t |
touch_acq_status_t |
Use |
Indicates the result of the last acquisition & processing for a specific touch acquisition method. |
Values |
Bitmask |
Comment |
---|---|---|
TOUCH_NO_ACTIVITY |
0x0000u |
No Touch activity. |
TOUCH_IN_DETECT |
0x0001u |
At least one Touch channel is in detect. |
TOUCH_STATUS_CHANGE |
0x0002u |
Status change in at least one channel. |
TOUCH_ROTOR_SLIDER_POS_CHANGE |
0x0004u |
At least one rotor or slider has changed position. |
TOUCH_CHANNEL_REF_CHANGE |
0x0008u |
Reference values of at least one of the channel has changed. |
TOUCH_BURST_AGAIN |
0x0100u |
Indicates that reburst is required to resolve Filtering or Calibration state. |
TOUCH_RESOLVE_CAL |
0x0200u |
Indicates that reburst is needed to resolve Calibration. |
TOUCH_RESOLVE_FILTERIN |
0x0400u |
Indicates that reburst is needed to resolve Filtering. |
TOUCH_RESOLVE_DI |
0x0800u |
Indicates that reburst is needed to resolve Detect Integration. |
TOUCH_RESOLVE_POS_RECAL |
0x1000u |
Indicates that reburst is needed to resolve Recalibration. |