1.2.3.7 qtm_autoscan_sensor_node

touch_ret_t qtm_autoscan_sensor_node(qtm_auto_scan_config_t* qtm_auto_scan_config_ptr, void (*auto_scan_callback)(void));

Description: Configures the PTC to start measurement using event system on a single node configured in qtm_auto_scan_config_ptr. When a touch is detected on the autoscan sensor, auto_scan_callback() will be called.

Parameter:
TypeDescription
qtm_auto_scan_config_t*Pointer to auto scan configuration structure
void(*auto_scan_callback)(void)Autoscan Wakeup callback function pointer
Return:
TypeDescription
touch_ret_tTouch Library Return Status