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.
Fork of OmniWheels by
band_t Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
uint16_t | duty_cycle |
int8_t | max_tx_pwr |
lorawan_time_t | last_join_tx_time |
lorawan_time_t | last_tx_time |
lorawan_time_t | off_time |
uint32_t | lower_band_freq |
uint32_t | higher_band_freq |
Detailed Description
LoRaMAC band parameters definition.
Definition at line 215 of file lorawan_data_structures.h.
Field Documentation
uint16_t duty_cycle |
The duty cycle.
Definition at line 219 of file lorawan_data_structures.h.
uint32_t higher_band_freq |
Higher band boundry
Definition at line 243 of file lorawan_data_structures.h.
The timestamp of the last Join Request TX frame.
Definition at line 227 of file lorawan_data_structures.h.
The timestamp of the last TX frame.
Definition at line 231 of file lorawan_data_structures.h.
uint32_t lower_band_freq |
Lower band boundry
Definition at line 239 of file lorawan_data_structures.h.
int8_t max_tx_pwr |
The maximum TX power.
Definition at line 223 of file lorawan_data_structures.h.
The device off time.
Definition at line 235 of file lorawan_data_structures.h.
Generated on Fri Jul 22 2022 04:54:12 by
