|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
To give info to the application about LoRaWAN configuration. More...
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | LoraInfo_t |
Functions | |
| void | LoraInfo_Init (void) |
| initialize the LoraInfo table | |
| LoraInfo_t * | LoraInfo_GetPtr (void) |
| returns the pointer to the LoraInfo capabilities table | |
To give info to the application about LoRaWAN configuration.
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 lora_info.h.
| LoraInfo_t * LoraInfo_GetPtr | ( | void | ) |
returns the pointer to the LoraInfo capabilities table
| LoraInfo | pointer |
Definition at line 143 of file lora_info.c.
References loraInfo.
| void LoraInfo_Init | ( | void | ) |
initialize the LoraInfo table
Definition at line 69 of file lora_info.c.
References APP_PRINTF, and loraInfo.
Referenced by LoRaWAN_Init().