Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
radio_settings Struct Reference
[stack layer that controls MAC layer underneath]
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.
Generated on Tue Jul 12 2022 13:55:35 by
