Denislam Valeev / Mbed OS Nucleo_rtos_basic
Embed: (wiki syntax)

« Back to documentation index

phy_param_u Union Reference

phy_param_u Union Reference

#include <lora_phy_ds.h>

Data Fields

uint32_t value
float f_value
uint16_t * channel_mask
channel_params_tchannel_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.