Damian Gabino / picoGW_mcu
Embed: (wiki syntax)

« Back to documentation index

lgw_conf_rxif_s Struct Reference

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.