Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

rf_ctrls Struct Reference

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.