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.
phy_param_u Union Reference
#include <lora_phy_ds.h>
Data Fields | |
uint32_t | value |
float | f_value |
uint16_t * | channel_mask |
channel_params_t * | channel_params |
Detailed Description
Keeps value in response to a call to get_phy_params() API.
Definition at line 677 of file lora_phy_ds.h.
Field Documentation
uint16_t* channel_mask |
A pointer to the channels mask.
Definition at line 690 of file lora_phy_ds.h.
A pointer to the channels.
Definition at line 694 of file lora_phy_ds.h.
float f_value |
A floating point value.
Definition at line 686 of file lora_phy_ds.h.
uint32_t value |
A parameter value.
Definition at line 682 of file lora_phy_ds.h.
Generated on Tue Jul 12 2022 13:33:15 by
