1.3.1 Frequency Hop Typdef
Name | Type |
---|---|
qtm_freq_hop_config_t | struct { uint16_t num_sensors; uint8_t num_freqs; uint8_t *freq_option_select; uint8_t *median_filter_freq; } |
qtm_freq_hop_data_t | struct { uint8_t module_status; uint8_t current_freq; uint16_t *filter_buffer; qtm_acq_node_data_t *qtm_acq_node_data; } |
qtm_freq_hop_control_t | struct { qtm_freq_hop_data_t (*qtm_freq_hop_data); qtm_freq_hop_config_t (*qtm_freq_hop_config); } |