touchpad5 2.0.0.0
|
TouchPad 5 Threshold Settings object. More...
#include <touchpad5.h>
Data Fields | |
uint8_t | prox_thresh |
uint8_t | touch_thresh_mult |
uint8_t | touch_thresh_shift |
uint8_t | pm_prox_thresh |
uint8_t | snap_thresh_high |
uint8_t | snap_thresh_low |
uint8_t | prox_thresh2 |
uint8_t | touch_thresh_mult2 |
uint8_t | touch_thresh_shift2 |
TouchPad 5 Threshold Settings object.
Threshold Settings object definition of TouchPad 5 Click driver.
uint8_t pm_prox_thresh |
Delta value used for proximity threshold of ProxMode channels.
uint8_t prox_thresh |
Delta value used for proximity threshold (applied to trackpad channels).
uint8_t prox_thresh2 |
Delta value used for proximity threshold (applied to non-trackpad channels).
uint8_t snap_thresh_high |
Higher byte of delta value below LTA.
uint8_t snap_thresh_low |
Lower byte of delta value below LTA.
uint8_t touch_thresh_mult |
Touch treshold multiplier (applied to trackpad channels).
uint8_t touch_thresh_mult2 |
Touch treshold multiplier (applied to non-trackpad channels).
uint8_t touch_thresh_shift |
Touch threshold shifter (applied to trackpad channels).
uint8_t touch_thresh_shift2 |
Touch threshold shifter (applied to non-trackpad channels).