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
44
45/*
46 * -----------------------------------------------------------------------------
47 * --- PUBLIC TYPES ------------------------------------------------------------
48 */
49
53typedef 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 ------------------------------------------------------------------ */
Radio-independent LR-FHSS base type definitions, version 1.
LR FHSS parameter structure.
Definition lr1110_lr_fhss_types.h:54
int8_t device_offset
Definition lr1110_lr_fhss_types.h:56
lr_fhss_v1_params_t lr_fhss_params
Base LR FHSS parameters.
Definition lr1110_lr_fhss_types.h:55
LR-FHSS parameter structure.
Definition lr_fhss_v1_base_types.h:110