Embed: (wiki syntax)

« Back to documentation index

channel_params_t Struct Reference

channel_params_t Struct Reference

#include <lorawan_data_structures.h>

Data Fields

uint32_t frequency
uint32_t rx1_frequency
dr_range_t dr_range
uint8_t band

Detailed Description

LoRaMAC channel definition.

Definition at line 193 of file lorawan_data_structures.h.


Field Documentation

uint8_t band

The band index.

Definition at line 209 of file lorawan_data_structures.h.

The data rate definition.

Definition at line 205 of file lorawan_data_structures.h.

uint32_t frequency

The frequency in Hz.

Definition at line 197 of file lorawan_data_structures.h.

uint32_t rx1_frequency

The alternative frequency for RX window 1.

Definition at line 201 of file lorawan_data_structures.h.