Kenji Arai / TYBLE16_mbedlized_os5_several_examples_1st

Dependencies:   nRF51_Vdd TextLCD BME280

Embed: (wiki syntax)

« Back to documentation index

fhss_statistics Struct Reference

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.

Detailed Description

Struct fhss_statistics defines the available FHSS statistics.

Definition at line 168 of file fhss_config.h.


Field Documentation

FHSS synchronization drift compensation (us/channel).

Definition at line 171 of file fhss_config.h.

uint8_t fhss_hop_count

FHSS hop count.

Definition at line 174 of file fhss_config.h.

Average of 5 preceding synchronization fixes (us).

Updated after every fifth synch fix.

Definition at line 180 of file fhss_config.h.

FHSS synchronization interval (s).

Definition at line 177 of file fhss_config.h.

uint32_t fhss_synch_lost

FHSS synchronization lost counter.

Definition at line 183 of file fhss_config.h.