|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
Header for LoRaWAN middleware instances. More...
Go to the source code of this file.
Macros | |
| #define | LORAMAC_SPECIFICATION_VERSION 0x01000400 |
| LoRaWAN version definition. | |
| #define | LORAWAN_DATA_DISTRIB_MGT 0 |
| Enable the additional LoRaWAN packages. | |
| #define | LORAWAN_PACKAGES_VERSION 1 |
| LoRaWAN packages version. | |
| #define | REGION_EU868 |
| #define | REGION_US915 |
| #define | REGION_AS923_DEFAULT_CHANNEL_PLAN CHANNEL_PLAN_GROUP_AS923_1 |
| Default channel plan for region AS923. | |
| #define | HYBRID_ENABLED 0 |
| Limits the number usable channels by default for AU915, CN470 and US915 regions. | |
| #define | KEY_EXTRACTABLE 1 |
| Define the read access of the keys in memory. | |
| #define | CONTEXT_MANAGEMENT_ENABLED 1 |
| Enables/Disables the context storage management storage. | |
| #define | LORAMAC_CLASSB_ENABLED 0 |
| Enables/Disables the LoRaWAN Class B (Periodic ping downlink slots + Beacon for synchronization). | |
| #define | DISABLE_LORAWAN_RX_WINDOW 0 |
| Disable the ClassA receive windows after Tx (after the Join Accept if OTAA mode defined). | |
| #define | CRITICAL_SECTION_BEGIN() |
| #define | CRITICAL_SECTION_END() |
Header for LoRaWAN middleware instances.
Copyright (c) 2026 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file lorawan_conf.h.
| #define CONTEXT_MANAGEMENT_ENABLED 1 |
Enables/Disables the context storage management storage.
Definition at line 131 of file lorawan_conf.h.
| #define CRITICAL_SECTION_BEGIN | ( | ) |
Definition at line 183 of file lorawan_conf.h.
| #define CRITICAL_SECTION_END | ( | ) |
Definition at line 186 of file lorawan_conf.h.
| #define DISABLE_LORAWAN_RX_WINDOW 0 |
Disable the ClassA receive windows after Tx (after the Join Accept if OTAA mode defined).
Definition at line 170 of file lorawan_conf.h.
| #define HYBRID_ENABLED 0 |
Limits the number usable channels by default for AU915, CN470 and US915 regions.
Definition at line 119 of file lorawan_conf.h.
| #define KEY_EXTRACTABLE 1 |
Define the read access of the keys in memory.
Definition at line 125 of file lorawan_conf.h.
| #define LORAMAC_CLASSB_ENABLED 0 |
Enables/Disables the LoRaWAN Class B (Periodic ping downlink slots + Beacon for synchronization).
Definition at line 137 of file lorawan_conf.h.
| #define LORAMAC_SPECIFICATION_VERSION 0x01000400 |
LoRaWAN version definition.
Definition at line 58 of file lorawan_conf.h.
| #define LORAWAN_DATA_DISTRIB_MGT 0 |
Enable the additional LoRaWAN packages.
Definition at line 69 of file lorawan_conf.h.
| #define LORAWAN_PACKAGES_VERSION 1 |
LoRaWAN packages version.
Definition at line 84 of file lorawan_conf.h.
| #define REGION_AS923_DEFAULT_CHANNEL_PLAN CHANNEL_PLAN_GROUP_AS923_1 |
Default channel plan for region AS923.
Definition at line 112 of file lorawan_conf.h.
| #define REGION_EU868 |
Definition at line 94 of file lorawan_conf.h.
| #define REGION_US915 |
Definition at line 97 of file lorawan_conf.h.