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
dr_range_t::fields_s Struct Reference
The structure to store the minimum and the maximum datarate. More...
#include <lorawan_types.h>
Data Fields | |
uint8_t | min: 4 |
The minimum data rate. | |
uint8_t | max: 4 |
The maximum data rate. |
Detailed Description
The structure to store the minimum and the maximum datarate.
Definition at line 287 of file lorawan_types.h.
Field Documentation
uint8_t max |
The maximum data rate.
LoRaWAN Regional Parameters V1.0.2rB.
The allowed ranges are region-specific. Please refer to DR_0 to DR_15 for details.
Definition at line 305 of file lorawan_types.h.
uint8_t min |
The minimum data rate.
LoRaWAN Regional Parameters V1.0.2rB.
The allowed ranges are region-specific. Please refer to DR_0 to DR_15 for details.
Definition at line 296 of file lorawan_types.h.
Generated on Tue Jul 12 2022 13:55:30 by
