Mistake on this page?
Report an issue in GitHub or email us
Data Fields

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...
 

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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.