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

« Back to documentation index

dl_channel_req_params_s Struct Reference

dl_channel_req_params_s Struct Reference

The parameter structure for the function RegionDlChannelReq. More...

#include <lora_phy_ds.h>

Data Fields

uint8_t channel_id
 The channel ID to add the frequency.
uint32_t rx1_frequency
 The alternative frequency for the Rx1 window.

Detailed Description

The parameter structure for the function RegionDlChannelReq.

Definition at line 972 of file lora_phy_ds.h.


Field Documentation

uint8_t channel_id

The channel ID to add the frequency.

Definition at line 977 of file lora_phy_ds.h.

uint32_t rx1_frequency

The alternative frequency for the Rx1 window.

Definition at line 981 of file lora_phy_ds.h.