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: Type | Description |
---|
qtm_auto_scan_config_t* | Pointer to
auto scan configuration structure |
void(*auto_scan_callback)(void) | Autoscan
Wakeup callback function pointer |
Return:Type | Description |
---|
touch_ret_t | Touch Library
Return Status |