Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
fhss_configuration Struct Reference
Struct fhss_configuration defines basic configuration of FHSS. More...
#include <fhss_config.h>
Data Fields | |
fhss_tuning_parameter_t | fhss_tuning_parameters |
Tuning parameters can be used to enhance synchronization accuracy. | |
uint16_t | fhss_max_synch_interval |
Maximum used interval for requesting synchronization info from FHSS parent device (seconds). | |
uint8_t | fhss_number_of_channel_retries |
Number of channel retries. | |
uint32_t | channel_mask [8] |
Channel mask. |
Detailed Description
Struct fhss_configuration defines basic configuration of FHSS.
Definition at line 65 of file fhss_config.h.
Field Documentation
uint32_t channel_mask[8] |
Channel mask.
Definition at line 76 of file fhss_config.h.
uint16_t fhss_max_synch_interval |
Maximum used interval for requesting synchronization info from FHSS parent device (seconds).
Definition at line 70 of file fhss_config.h.
uint8_t fhss_number_of_channel_retries |
Number of channel retries.
Definition at line 73 of file fhss_config.h.
Tuning parameters can be used to enhance synchronization accuracy.
Definition at line 67 of file fhss_config.h.
Generated on Tue Jul 12 2022 13:55:31 by
