Microchip® Advanced Software Framework

tag_touch_info_t Struct Reference

Touch library information type.

#include <touch_api_sam4l.h>

Data Fields

uint16_t fw_version
 QTouch Library version. More...
 
uint32_t hw_version
 Capacitive Touch (CAT) module version. More...
 
uint8_t max_channels_per_rotor_slider
 Max possible number of channels per rotor or slider. More...
 
uint8_t num_channels_in_use
 Number of channels in use, irrespective of the corresponding Sensor being disabled or enabled. More...
 
uint8_t num_rotors_sliders_in_use
 Number of rotor sliders in use, irrespective of the Rotor/Slider being disabled or enabled. More...
 
uint8_t num_sensors_in_use
 Number of sensors in use, irrespective of the Sensor being disabled or enabled. More...
 
touch_lib_state_t tlib_state
 Touch Library state specific to method. More...
 

uint16_t tag_touch_info_t::fw_version

QTouch Library version.

uint32_t tag_touch_info_t::hw_version

Capacitive Touch (CAT) module version.

uint8_t tag_touch_info_t::max_channels_per_rotor_slider

Max possible number of channels per rotor or slider.

uint8_t tag_touch_info_t::num_channels_in_use

Number of channels in use, irrespective of the corresponding Sensor being disabled or enabled.

uint8_t tag_touch_info_t::num_rotors_sliders_in_use

Number of rotor sliders in use, irrespective of the Rotor/Slider being disabled or enabled.

uint8_t tag_touch_info_t::num_sensors_in_use

Number of sensors in use, irrespective of the Sensor being disabled or enabled.

touch_lib_state_t tag_touch_info_t::tlib_state

Touch Library state specific to method.