Mbed OS Reference
Loading...
Searching...
No Matches
radio_settings Struct Reference

Global radio settings. More...

#include <LoRaRadio.h>

Data Fields

radio_state_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 348 of file LoRaRadio.h.

Field Documentation

◆ state

Current state of the radio, such as RF_IDLE.

Definition at line 352 of file LoRaRadio.h.

◆ modem

uint8_t modem

Current modem operation, such as MODEM_LORA.

Definition at line 357 of file LoRaRadio.h.

◆ channel

uint32_t channel

Current channel of operation.

Definition at line 362 of file LoRaRadio.h.

◆ fsk

Settings for FSK modem part.

Definition at line 367 of file LoRaRadio.h.

◆ fsk_packet_handler

radio_fsk_packet_handler_t fsk_packet_handler

FSK packet and meta data.

Definition at line 372 of file LoRaRadio.h.

◆ lora

Settings for LoRa modem part.

Definition at line 377 of file LoRaRadio.h.

◆ lora_packet_handler

radio_lora_packet_handler_t lora_packet_handler

LoRa packet and metadata.

Definition at line 382 of file LoRaRadio.h.