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.
lgw_conf_rxif_s Struct Reference
Configuration structure for an IF chain. More...
#include <loragw_hal.h>
Data Fields | |
uint8_t | rf_chain |
int32_t | freq_hz |
uint8_t | bandwidth |
uint32_t | datarate |
uint8_t | sync_word_size |
uint64_t | sync_word |
Detailed Description
Configuration structure for an IF chain.
Definition at line 192 of file loragw_hal.h.
Field Documentation
uint8_t bandwidth |
> center frequ of the IF chain, relative to RF chain frequency
Definition at line 196 of file loragw_hal.h.
uint32_t datarate |
> RX bandwidth, 0 for default
Definition at line 197 of file loragw_hal.h.
int32_t freq_hz |
> to which RF chain is that IF chain associated
Definition at line 195 of file loragw_hal.h.
uint8_t rf_chain |
> enable or disable that IF chain
Definition at line 194 of file loragw_hal.h.
uint64_t sync_word |
> size of FSK sync word (number of bytes, 0 for default)
Definition at line 199 of file loragw_hal.h.
uint8_t sync_word_size |
> RX datarate, 0 for default
Definition at line 198 of file loragw_hal.h.
Generated on Tue Jul 12 2022 22:19:22 by
