structure |
touch_measure_data_t |
Input / Output |
Output from the Library |
Use |
This structure provides updated measure data values each time the measure complete callback function is called. |
Fields |
Type |
Comment |
---|---|---|
p_acq_status |
touch_acq_status_t |
Acquisition status for the specific acquisition method. |
num_channel_signals |
uint8_t |
Length of the measured signal values list |
p_channel_signals |
uint16_t* |
Pointer to the sequential list of measured signal values of all channels |
num_channel_references |
uint8_t |
Length of the measured reference values list. |
p_channel_references |
uint16_t* |
Pointer to the sequential list of reference values of all channels |
num_sensor_states |
uint8_t |
Number of sensor state bytes. |
p_sensor_states |
uint8_t* |
Pointer to the sequential list of touch status of all sensors |
num_rotor_slider_values |
uint8_t |
Length of the Rotor and Slider position values list. |
p_rotor_slider_values |
uint8_t* |
Pointer to the sequential list of position of all rotors & sliders |
num_sensors |
uint8_t |
Length of the sensors data list. |
p_sensor |
sensor_t* |
Pointer to the sequential list of data of all sensors. |