Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

fhss_synch_configuration Struct Reference

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

Number of broadcast channels.

Definition at line 154 of file fhss_config.h.

Number of superframes.

Definition at line 164 of file fhss_config.h.

TX slots per channel.

Definition at line 157 of file fhss_config.h.

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.