Damian Gabino / picoGW_mcu
Embed: (wiki syntax)

« Back to documentation index

lgw_conf_rxrf_s Struct Reference

lgw_conf_rxrf_s Struct Reference

Configuration structure for a RF chain. More...

#include <loragw_hal.h>

Data Fields

uint32_t freq_hz
float rssi_offset
enum lgw_radio_type_e type
uint32_t tx_enable

Detailed Description

Configuration structure for a RF chain.

Definition at line 180 of file loragw_hal.h.


Field Documentation

uint32_t freq_hz

> enable or disable that RF chain

Definition at line 182 of file loragw_hal.h.

float rssi_offset

> center frequency of the radio in Hz

Definition at line 183 of file loragw_hal.h.

uint32_t tx_enable

> Radio type for that RF chain (SX1255, SX1257....)

Definition at line 185 of file loragw_hal.h.

enum lgw_radio_type_e type

> Board-specific RSSI correction factor

Definition at line 184 of file loragw_hal.h.