Structure to hold RF controls for LoRa Radio. More...
#include <LoRaRadio.h>
Data Fields | |
PinName | rf_switch_ctl1 |
TX latch switch pin. More... | |
PinName | rf_switch_ctl2 |
RX latch switch pin. More... | |
PinName | txctl |
TX control pin for transceiver packaged as a module. More... | |
PinName | rxctl |
RX control pin for transceiver packaged as a module. More... | |
PinName | ant_switch |
Transceiver switch pin. More... | |
PinName | pwr_amp_ctl |
Power amplifier control pin. More... | |
PinName | tcxo |
TCXO crystal control pin. More... | |
Structure to hold RF controls for LoRa Radio.
SX1276 have an extra control for the crystal (used in DISCO-L072CZ). A subset of these pins may be used by the driver in accordance with the physical implementation.
Definition at line 35 of file LoRaRadio.h.
PinName ant_switch |
Transceiver switch pin.
Exact operation is implementation specific. One of the polarities of the pin may drive the transceiver in either TX or RX mode.
Definition at line 60 of file LoRaRadio.h.
PinName pwr_amp_ctl |
Power amplifier control pin.
Exact operation is implementation specific. If defined, controls the operation of an external power amplifier.
Definition at line 66 of file LoRaRadio.h.
PinName rf_switch_ctl1 |
TX latch switch pin.
Exact operation is implementation specific.
Definition at line 39 of file LoRaRadio.h.
PinName rf_switch_ctl2 |
RX latch switch pin.
Exact operation is implementation specific.
Definition at line 44 of file LoRaRadio.h.
PinName rxctl |
RX control pin for transceiver packaged as a module.
Exact operation is implementation specific.
Definition at line 54 of file LoRaRadio.h.
PinName tcxo |
TCXO crystal control pin.
Exact operation is implementation specific.
Definition at line 71 of file LoRaRadio.h.
PinName txctl |
TX control pin for transceiver packaged as a module.
Exact operation is implementation specific.
Definition at line 49 of file LoRaRadio.h.