joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Embed: (wiki syntax)

« Back to documentation index

fhss_configuration_s Struct Reference

fhss_configuration_s Struct Reference

FHSS configuration structure. More...

#include <net_fhss.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, in microseconds.
uint8_t fhss_number_of_superframes
 Number of superframes, after which the counter will start from zero.
uint32_t fhss_beacon_send_interval
 Interval of beacon sending, in milliseconds.

Detailed Description

FHSS configuration structure.

Definition at line 31 of file net_fhss.h.


Field Documentation

Interval of beacon sending, in milliseconds.

Note1: Value 0 disables them. Note2: This will likely be removed when beacons are sent only when needed.

Definition at line 50 of file net_fhss.h.

Number of broadcast channels.

Definition at line 34 of file net_fhss.h.

Number of superframes, after which the counter will start from zero.

Definition at line 43 of file net_fhss.h.

TX slots per channel.

Definition at line 37 of file net_fhss.h.

Length of superframe, in microseconds.

Definition at line 40 of file net_fhss.h.