Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

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.
uint8_t modem
 Current modem operation, such as MODEM_LORA.
uint32_t channel
 Current channel of operation.
radio_fsk_settings_t fsk
 Settings for FSK modem part.
radio_fsk_packet_handler_t fsk_packet_handler
 FSK packet and meta data.
radio_lora_settings_t lora
 Settings for LoRa modem part.
radio_lora_packet_handler_t lora_packet_handler
 LoRa packet and metadata.

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.

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.

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.