Loading...
Searching...
No Matches
loramac_channel_t Struct Reference

A LoRaMAC network channel. More...

Detailed Description

A LoRaMAC network channel.

Definition at line 1062 of file loramac.h.

#include <loramac.h>

Data Fields

uint32_t freq
 Center frequency in Hz.
 
uint8_t index
 Channel index in defined list.
 
uint8_t bw
 Bandwidth index.
 
uint8_t dr_min
 Minimum datarate index.
 
uint8_t dr_max
 Maximum datarate index.
 
uint8_t dcycle
 Duty cycle to use on this channel (1 to 100)
 

Field Documentation

◆ bw

uint8_t loramac_channel_t::bw

Bandwidth index.

Definition at line 1065 of file loramac.h.

◆ dcycle

uint8_t loramac_channel_t::dcycle

Duty cycle to use on this channel (1 to 100)

Definition at line 1068 of file loramac.h.

◆ dr_max

uint8_t loramac_channel_t::dr_max

Maximum datarate index.

Definition at line 1067 of file loramac.h.

◆ dr_min

uint8_t loramac_channel_t::dr_min

Minimum datarate index.

Definition at line 1066 of file loramac.h.

◆ freq

uint32_t loramac_channel_t::freq

Center frequency in Hz.

Definition at line 1063 of file loramac.h.

◆ index

uint8_t loramac_channel_t::index

Channel index in defined list.

Definition at line 1064 of file loramac.h.


The documentation for this struct was generated from the following file: