Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

channel_params_t Struct Reference

channel_params_t Struct Reference

DO NOT MODIFY, WILL BREAK THE API! More...

#include <lorawan_types.h>

Data Fields

uint32_t frequency
 The frequency in Hz.
uint32_t rx1_frequency
 The alternative frequency for RX window 1.
dr_range_t dr_range
 The data rate definition.
uint8_t band
 The band index.

Detailed Description

DO NOT MODIFY, WILL BREAK THE API!

LoRaMAC channel definition.

Definition at line 314 of file lorawan_types.h.


Field Documentation

uint8_t band

The band index.

Definition at line 330 of file lorawan_types.h.

The data rate definition.

Definition at line 326 of file lorawan_types.h.

uint32_t frequency

The frequency in Hz.

Definition at line 318 of file lorawan_types.h.

uint32_t rx1_frequency

The alternative frequency for RX window 1.

Definition at line 322 of file lorawan_types.h.