1.2.3.5 qtm_ptc_start_measurement_seq

touch_ret_t qtm_ptc_start_measurement_seq(qtm_acquisition_control_t* qtm_acq_control_pointer, void (*measure_complete_callback) (void));

Description: Loads touch configurations for first channel and starts the measurement. Subsequent channels will be configured in PTC interrupt till all channels are measured. When measurement on all channel is completed, the callback function passed on this API will be called.

Parameter:
TypeDescription
qtm_acquisition_control_t*Acquisition Module Control Pointer
void(*measure_complete_callback)(void)Measure Complete callback function pointer
Return:
TypeDescription
touch_ret_tTouch Library Return Status