touch_ret_t qtm_key_sensors_process(qtm_touch_key_control_t* qtm_lib_key_group_ptr);
Description: Performs key sensors processing - executes touch detect state machine
for all the keys. This function is also responsible for performing drifting, anti-touch
recalibration, Max-On-Duration (MOD) etc. Should be called after calling
qtm_acquisition_process() (if frequency hopping is used, then after frequency hop
process function).
Parameter: Type | Description |
---|
qtm_touch_key_control_t* | Pointer to
Keys Module Control Structure |
Return:Type | Description |
---|
touch_ret_t | Touch Library
Return Status |