1.1.2.3.2 qtm_ptc_qtlib_assign_signal_memory
touch_ret_t qtm_ptc_qtlib_assign_signal_memory(uintx_t* qtm_signal_raw_data_ptr);Description: Pass the pointer of an array. The unprocessed PTC output values for all the channels are stored in this array and used by qtm_acquisition_process() API.
Parameter:
| Type | Description |
|---|---|
| uintx_t* | Pointer to raw data array |
where, x= 16, for 10-bit PTC/ADC devices
x =32, for 12-bit PTC/ADC devices
Return:
| Type | Description |
|---|---|
| touch_ret_t | Touch Library Return Status |
