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.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
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
uint32_t fhss_beacon_send_interval |
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.
uint8_t fhss_number_of_bc_channels |
Number of broadcast channels.
Definition at line 34 of file net_fhss.h.
uint8_t fhss_number_of_superframes |
Number of superframes, after which the counter will start from zero.
Definition at line 43 of file net_fhss.h.
uint8_t fhss_number_of_tx_slots |
TX slots per channel.
Definition at line 37 of file net_fhss.h.
uint16_t fhss_superframe_length |
Length of superframe, in microseconds.
Definition at line 40 of file net_fhss.h.
Generated on Tue Jul 12 2022 12:29:06 by
