touch_acq_mode_t

Enumeration

touch_acq_mode_t

Use

Touch library acquisition mode type.

Values

Comment

RAW_ACQ_MODE

When Raw acquisition mode is used, the measure_complete_callback function is called immediately once fresh values of Signals are available.  In this mode, the Touch Library does not do any processing on the Signals.  So, the references, Sensor states or Rotor/Slider position values are not updated in this mode.

NORMAL_ACQ_MODE

When Nomal acquisition mode is used, the measure_complete_callback function is called only after the Touch Library completes processing of the Signal values obtained. The References, Sensor states and Rotor/Slider position values are updated in this mode.