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.
channel_params_t Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
uint32_t | frequency |
uint32_t | rx1_frequency |
dr_range_t | dr_range |
uint8_t | band |
Detailed Description
LoRaMAC channel definition. DO NOT MODIFY, WILL BREAK THE API!
Definition at line 180 of file lorawan_data_structures.h.
Field Documentation
uint8_t band |
The band index.
Definition at line 196 of file lorawan_data_structures.h.
The data rate definition.
Definition at line 192 of file lorawan_data_structures.h.
uint32_t frequency |
The frequency in Hz.
Definition at line 184 of file lorawan_data_structures.h.
uint32_t rx1_frequency |
The alternative frequency for RX window 1.
Definition at line 188 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 14:26:39 by
