Loading...
Searching...
No Matches
loramac_settings_t Struct Reference

LoRaMAC communication settings. More...

Detailed Description

LoRaMAC communication settings.

Definition at line 144 of file rn2xx3.h.

#include <rn2xx3.h>

Data Fields

uint32_t rx2_freq
 Center frequency used for second receive window.
 
loramac_dr_idx_t rx2_dr
 Datarate used for second receive window.
 
uint8_t tx_port
 Application TX port (between 1 and 223)
 
loramac_tx_mode_t tx_mode
 TX mode, either confirmable of unconfirmable.
 
uint8_t rx_port
 RX port (between 1 and 223)
 

Field Documentation

◆ rx2_dr

loramac_dr_idx_t loramac_settings_t::rx2_dr

Datarate used for second receive window.

Definition at line 146 of file rn2xx3.h.

◆ rx2_freq

uint32_t loramac_settings_t::rx2_freq

Center frequency used for second receive window.

Definition at line 145 of file rn2xx3.h.

◆ rx_port

uint8_t loramac_settings_t::rx_port

RX port (between 1 and 223)

Definition at line 149 of file rn2xx3.h.

◆ tx_mode

loramac_tx_mode_t loramac_settings_t::tx_mode

TX mode, either confirmable of unconfirmable.

Definition at line 148 of file rn2xx3.h.

◆ tx_port

uint8_t loramac_settings_t::tx_port

Application TX port (between 1 and 223)

Definition at line 147 of file rn2xx3.h.


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