Appendix D - Frequency Hop Auto-tune Module API Reference

------------------------------------------------------------------------------
touch_ret_t qtm_freq_hop_autotune(qtm_freq_hop_autotune_control_t *qtm_freq_hop_autotune_control);
------------------------------------------------------------------------------
Purpose: Runs freq hop auto tune process
Input  : Pointer to container structure
Output : touch_ret_t
Notes  : none

------------------------------------------------------------------------------
uint16_t qtm_get_freq_auto_module_id(void);
------------------------------------------------------------------------------
Purpose: Returns the module ID
Input  : none
Output : Module ID
Notes  : none

------------------------------------------------------------------------------
uint8_t qtm_get_freq_auto_module_ver(void);
------------------------------------------------------------------------------
Purpose: Returns the module Firmware version
Input  : none
Output : Module ID - Upper nibble major / Lower nibble minor 
Notes  : none

------------------------------------------------------------------------------