|
structure |
touch_info_t |
|
Input / Output |
Output from the library |
|
Use |
Pointer to this structure is passed as input to touch_qm_get_libinfo & touch_at_get_libinfo APIs |
|
Fields |
Type |
Comment |
|---|---|---|
|
num_channels_in_use |
uint8_t |
Number of channels in use |
|
num_sensors_in_use |
uint8_t |
Number of sensors in use |
|
num_rotors_sliders_in_use |
uint8_t |
Number of rotor/sliders in use |
|
max_channels_per_rotor_slider |
uint8_t |
Maximum number of channels per rotor/slider allowed by the library |
|
hw_version |
uint32_t |
CAT module hardware revision as per VERSION register in CAT module. |
|
fw_version |
uint16_t |
QTouch Library version with MSB indicating the major version & LSB indicating the minor version. |