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_synch_configuration Struct Reference
Struct fhss_synch_configuration defines the synchronization time configurations. More...
#include <fhss_config.h>
Data Fields | |
uint8_t | fhss_number_of_bc_channels |
Number of broadcast channels. | |
uint8_t | fhss_number_of_tx_slots |
TX slots per channel. | |
uint16_t | fhss_superframe_length |
Length of superframe(microseconds) * Number of superframes defines the channel dwell time. | |
uint8_t | fhss_number_of_superframes |
Number of superframes. |
Detailed Description
Struct fhss_synch_configuration defines the synchronization time configurations.
Border router application must define and set these configuration for FHSS network.
Definition at line 152 of file fhss_config.h.
Field Documentation
uint8_t fhss_number_of_bc_channels |
Number of broadcast channels.
Definition at line 154 of file fhss_config.h.
uint8_t fhss_number_of_superframes |
Number of superframes.
Definition at line 164 of file fhss_config.h.
uint8_t fhss_number_of_tx_slots |
TX slots per channel.
Definition at line 157 of file fhss_config.h.
uint16_t fhss_superframe_length |
Length of superframe(microseconds) * Number of superframes defines the channel dwell time.
E.g. 50000us * 8 -> Channel dwell time 400ms
Definition at line 161 of file fhss_config.h.
Generated on Tue Jul 12 2022 13:55:31 by
