1.4.1 Frequency Hop AutoTune Typedef

Table 1-6. 
Name Type
qtm_freq_hop_autotune_config_t

struct {

uint16_t num_sensors;

uint8_t num_freqs;

uint8_t *freq_option_select;

uint8_t *median_filter_freq;

uint8_t enable_freq_autotune;

uint8_t max_variance_limit;

uint8_t autotune_count_in_limit;

}

qtm_freq_hop_autotune_data_t

struct {

uint8_t module_status;

uint8_t current_freq;

uint16_t *filter_buffer;

qtm_acq_node_data_t *qtm_acq_node_data;

uint8_t *freq_tune_count_ins;

}

qtm_freq_hop_autotune_control_t

struct {

qtm_freq_hop_autotune_data_t (*qtm_freq_hop_autotune_data);

qtm_freq_hop_autotune_config_t (*qtm_freq_hop_autotune_config);

}