Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
rx_config_params_t Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
uint8_t | channel |
uint8_t | datarate |
uint8_t | bandwidth |
int8_t | dr_offset |
uint32_t | frequency |
uint32_t | window_timeout |
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 1358 of file lorawan_data_structures.h.
Field Documentation
uint8_t bandwidth |
The RX bandwidth.
Definition at line 1370 of file lorawan_data_structures.h.
uint8_t channel |
The RX channel.
Definition at line 1362 of file lorawan_data_structures.h.
uint8_t datarate |
The RX datarate.
Definition at line 1366 of file lorawan_data_structures.h.
uint8_t dl_dwell_time |
The downlink dwell time.
Definition at line 1390 of file lorawan_data_structures.h.
int8_t dr_offset |
The RX datarate offset.
Definition at line 1374 of file lorawan_data_structures.h.
uint32_t frequency |
The RX frequency.
Definition at line 1378 of file lorawan_data_structures.h.
Set to true, if a repeater is supported.
Definition at line 1394 of file lorawan_data_structures.h.
bool is_rx_continuous |
Set to true, if RX should be continuous.
Definition at line 1398 of file lorawan_data_structures.h.
Sets the RX window.
Definition at line 1402 of file lorawan_data_structures.h.
int32_t window_offset |
The RX window offset
Definition at line 1386 of file lorawan_data_structures.h.
uint32_t window_timeout |
The RX window timeout
Definition at line 1382 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 14:26:51 by
