Mistake on this page?
Report an issue in GitHub or email us
Data Fields
rx_config_params_t Struct Reference

#include <lorawan_data_structures.h>

Data Fields

uint8_t modem_type
 
uint8_t channel
 
uint8_t datarate
 
uint8_t bandwidth
 
int8_t dr_offset
 
uint32_t frequency
 
uint32_t window_timeout
 
uint32_t window_timeout_ms
 
int32_t window_offset
 
uint8_t dl_dwell_time
 
bool is_repeater_supported
 
bool is_rx_continuous
 
rx_slot_t rx_slot
 

Detailed Description

The parameter structure for the function for regional rx configuration.

Definition at line 996 of file lorawan_data_structures.h.

Field Documentation

uint8_t bandwidth

The RX bandwidth.

Definition at line 1012 of file lorawan_data_structures.h.

uint8_t channel

The RX channel.

Definition at line 1004 of file lorawan_data_structures.h.

uint8_t datarate

The RX datarate index.

Definition at line 1008 of file lorawan_data_structures.h.

uint8_t dl_dwell_time

The downlink dwell time.

Definition at line 1036 of file lorawan_data_structures.h.

int8_t dr_offset

The RX datarate offset.

Definition at line 1016 of file lorawan_data_structures.h.

uint32_t frequency

The RX frequency.

Definition at line 1020 of file lorawan_data_structures.h.

bool is_repeater_supported

Set to true, if a repeater is supported.

Definition at line 1040 of file lorawan_data_structures.h.

bool is_rx_continuous

Set to true, if RX should be continuous.

Definition at line 1044 of file lorawan_data_structures.h.

uint8_t modem_type

Type of modulation used (LoRa or FSK)

Definition at line 1000 of file lorawan_data_structures.h.

rx_slot_t rx_slot

Sets the RX window.

Definition at line 1048 of file lorawan_data_structures.h.

int32_t window_offset

The RX window offset

Definition at line 1032 of file lorawan_data_structures.h.

uint32_t window_timeout

The RX window timeout - Symbols

Definition at line 1024 of file lorawan_data_structures.h.

uint32_t window_timeout_ms

The RX window timeout - Milliseconds

Definition at line 1028 of file lorawan_data_structures.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.