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.
verification_params_t Union Reference
The parameter verification structure. More...
#include <lora_phy_ds.h>
Data Fields | |
int8_t | tx_power |
The TX power to verify. | |
bool | duty_cycle |
Set to true, if the duty cycle is enabled, otherwise false. | |
uint8_t | nb_join_trials |
The number of join trials. | |
int8_t | datarate |
The datarate to verify. |
Detailed Description
The parameter verification structure.
Definition at line 737 of file lora_phy_ds.h.
Field Documentation
int8_t datarate |
The datarate to verify.
Definition at line 754 of file lora_phy_ds.h.
bool duty_cycle |
Set to true, if the duty cycle is enabled, otherwise false.
Definition at line 746 of file lora_phy_ds.h.
uint8_t nb_join_trials |
The number of join trials.
Definition at line 750 of file lora_phy_ds.h.
int8_t tx_power |
The TX power to verify.
Definition at line 742 of file lora_phy_ds.h.
Generated on Tue Jul 12 2022 13:33:17 by
