lriot  2.1.0.0
lr1110_lr_fhss_types.h
Go to the documentation of this file.
1 
35 #ifndef LR1110_LR_FHSS_TYPES_H
36 #define LR1110_LR_FHSS_TYPES_H
37 
38 /*
39  * -----------------------------------------------------------------------------
40  * --- DEPENDENCIES ------------------------------------------------------------
41  */
42 
43 #include "lr_fhss_v1_base_types.h"
44 
45 /*
46  * -----------------------------------------------------------------------------
47  * --- PUBLIC TYPES ------------------------------------------------------------
48  */
49 
53 typedef struct
54 {
56  int8_t device_offset; //<! Per device offset to avoid collisions over the air. Possible values:
57  //<! - if lr_fhss_params.grid == LR_FHSS_V1_GRID_25391_HZ:
58  //<! [-26, 25]
59  //<! - if lr_fhss_params.grid == LR_FHSS_V1_GRID_3906_HZ:
60  //<! [-4, 3]
62 
63 #endif // LR1110_LR_FHSS_TYPES_H
64 
65 /* --- EOF ------------------------------------------------------------------ */
lr1110_lr_fhss_params_t::device_offset
int8_t device_offset
Definition: lr1110_lr_fhss_types.h:56
lr1110_lr_fhss_params_t
LR FHSS parameter structure.
Definition: lr1110_lr_fhss_types.h:54
lr_fhss_v1_base_types.h
Radio-independent LR-FHSS base type definitions, version 1.
lr1110_lr_fhss_params_t::lr_fhss_params
lr_fhss_v1_params_t lr_fhss_params
Base LR FHSS parameters.
Definition: lr1110_lr_fhss_types.h:55
lr_fhss_v1_params_s
LR-FHSS parameter structure.
Definition: lr_fhss_v1_base_types.h:110