|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
To give info to the application about LoRaWAN configuration. More...
Go to the source code of this file.
Functions | |
| void | LoraInfo_Init (void) |
| initialize the LoraInfo table | |
| LoraInfo_t * | LoraInfo_GetPtr (void) |
| returns the pointer to the LoraInfo capabilities table | |
Variables | |
| static LoraInfo_t | loraInfo = {0, 0} |
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.c.
| 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().
|
static |
Definition at line 50 of file lora_info.c.
Referenced by LoraInfo_GetPtr(), and LoraInfo_Init().