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

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

Detailed Description

Global radio settings.

Contains settings for the overall transceiver operation.

Definition at line 347 of file LoRaRadio.h.

Field Documentation

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.

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.