STM32F7 Ethernet interface for nucleo STM32F767

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 89 of file fhss_config.h.


Field Documentation

Number of broadcast channels.

Definition at line 92 of file fhss_config.h.

Number of superframes.

Definition at line 102 of file fhss_config.h.

TX slots per channel.

Definition at line 95 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 99 of file fhss_config.h.