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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
rf_ctrls Struct Reference
[stack layer that controls MAC layer underneath]
Structure to hold RF controls for LoRa Radio. More...
#include <LoRaRadio.h>
Data Fields | |
PinName | rf_switch_ctl1 |
TX latch switch pin. | |
PinName | rf_switch_ctl2 |
RX latch switch pin. | |
PinName | txctl |
TX control pin for transceiver packaged as a module. | |
PinName | rxctl |
RX control pin for transceiver packaged as a module. | |
PinName | ant_switch |
Transceiver switch pin. | |
PinName | pwr_amp_ctl |
Power amplifier control pin. | |
PinName | tcxo |
TCXO crystal control pin. |
Detailed Description
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.
Field Documentation
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.
Generated on Tue Jul 12 2022 13:55:35 by
