Global radio settings. More...
#include <LoRaRadio.h>
Data Fields | |
uint8_t | state |
Current state of the radio, such as RF_IDLE. More... | |
uint8_t | modem |
Current modem operation, such as MODEM_LORA. More... | |
uint32_t | channel |
Current channel of operation. More... | |
radio_fsk_settings_t | fsk |
Settings for FSK modem part. More... | |
radio_fsk_packet_handler_t | fsk_packet_handler |
FSK packet and meta data. More... | |
radio_lora_settings_t | lora |
Settings for LoRa modem part. More... | |
radio_lora_packet_handler_t | lora_packet_handler |
LoRa packet and metadata. More... | |
Global radio settings.
Contains settings for the overall transceiver operation.
Definition at line 347 of file LoRaRadio.h.
uint32_t channel |
Current channel of operation.
Definition at line 361 of file LoRaRadio.h.
Settings for FSK modem part.
Definition at line 366 of file LoRaRadio.h.
radio_fsk_packet_handler_t fsk_packet_handler |
FSK packet and meta data.
Definition at line 371 of file LoRaRadio.h.
Settings for LoRa modem part.
Definition at line 376 of file LoRaRadio.h.
radio_lora_packet_handler_t lora_packet_handler |
LoRa packet and metadata.
Definition at line 381 of file LoRaRadio.h.
uint8_t modem |
Current modem operation, such as MODEM_LORA.
Definition at line 356 of file LoRaRadio.h.
uint8_t state |
Current state of the radio, such as RF_IDLE.
Definition at line 351 of file LoRaRadio.h.