SX1278 RA-01, RA-02 LoRa library

Embed: (wiki syntax)

« Back to documentation index

RadioSettings_t Struct Reference

RadioSettings_t Struct Reference

Global radio settings. More...

#include <sx1278.h>

Data Fields

RadioState_t State
 Current state of the radio, such as RF_IDLE.
RadioModems_t Modem
 Current modem operation, such as LORA or FSK.
uint32_t Channel
 Current channel of operation.
RadioFskSettings_t Fsk
 Settings for FSK modem part.
RadioFskPacketHandler_t FskPacketHandler
 FSK packet and meta data.
RadioLoRaSettings_t LoRa
 Settings for LoRa modem part.
RadioLoRaPacketHandler_t LoRaPacketHandler
 LoRa packet and metadata.

Detailed Description

Global radio settings.

Contains settings for the overall transceiver operation.

Definition at line 482 of file sx1278.h.


Field Documentation

uint32_t Channel

Current channel of operation.

Definition at line 497 of file sx1278.h.

Settings for FSK modem part.

Definition at line 502 of file sx1278.h.

FSK packet and meta data.

Definition at line 507 of file sx1278.h.

Settings for LoRa modem part.

Definition at line 512 of file sx1278.h.

LoRa packet and metadata.

Definition at line 517 of file sx1278.h.

RadioModems_t Modem

Current modem operation, such as LORA or FSK.

Definition at line 492 of file sx1278.h.

RadioState_t State

Current state of the radio, such as RF_IDLE.

Definition at line 487 of file sx1278.h.