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_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.
Generated on Tue Jul 12 2022 22:19:22 by
