Damian Gabino / picoGW_mcu
Embed: (wiki syntax)

« Back to documentation index

lgw_tx_gain_s Struct Reference

lgw_tx_gain_s Struct Reference

Structure containing all gains of Tx chain. More...

#include <loragw_hal.h>

Data Fields

uint8_t pa_gain
uint8_t dac_gain
uint8_t mix_gain
int8_t rf_power

Detailed Description

Structure containing all gains of Tx chain.

Definition at line 254 of file loragw_hal.h.


Field Documentation

uint8_t dac_gain

> 2 bits, control of the external PA (SX1308 I/O)

Definition at line 257 of file loragw_hal.h.

uint8_t mix_gain

> 2 bits, control of the radio DAC

Definition at line 258 of file loragw_hal.h.

uint8_t pa_gain

> 2 bits, control of the digital gain of SX1308

Definition at line 256 of file loragw_hal.h.

int8_t rf_power

> 4 bits, control of the radio mixer

Definition at line 259 of file loragw_hal.h.