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_statistics Struct Reference
Struct fhss_statistics defines the available FHSS statistics. More...
#include <fhss_config.h>
Data Fields | |
int16_t | fhss_drift_compensation |
FHSS synchronization drift compensation (us/channel). | |
uint8_t | fhss_hop_count |
FHSS hop count. | |
uint16_t | fhss_synch_interval |
FHSS synchronization interval (s). | |
int16_t | fhss_prev_avg_synch_fix |
Average of 5 preceding synchronization fixes (us). | |
uint32_t | fhss_synch_lost |
FHSS synchronization lost counter. | |
uint32_t | fhss_unknown_neighbor |
FHSS TX to unknown neighbour counter. | |
uint32_t | fhss_channel_retry |
FHSS channel retry counter. |
Detailed Description
Struct fhss_statistics defines the available FHSS statistics.
Definition at line 171 of file fhss_config.h.
Field Documentation
uint32_t fhss_channel_retry |
FHSS channel retry counter.
Definition at line 191 of file fhss_config.h.
int16_t fhss_drift_compensation |
FHSS synchronization drift compensation (us/channel).
Definition at line 173 of file fhss_config.h.
uint8_t fhss_hop_count |
FHSS hop count.
Definition at line 176 of file fhss_config.h.
int16_t fhss_prev_avg_synch_fix |
Average of 5 preceding synchronization fixes (us).
Updated after every fifth synch fix.
Definition at line 182 of file fhss_config.h.
uint16_t fhss_synch_interval |
FHSS synchronization interval (s).
Definition at line 179 of file fhss_config.h.
uint32_t fhss_synch_lost |
FHSS synchronization lost counter.
Definition at line 185 of file fhss_config.h.
uint32_t fhss_unknown_neighbor |
FHSS TX to unknown neighbour counter.
Definition at line 188 of file fhss_config.h.
Generated on Tue Jul 12 2022 13:55:31 by
