L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
lora_info.c File Reference

To give info to the application about LoRaWAN configuration. More...

#include "LoRaMac.h"
#include "lora_info.h"
#include "lorawan_conf.h"
#include "sys_app.h"
Include dependency graph for lora_info.c:

Go to the source code of this file.

Functions

void LoraInfo_Init (void)
 initialize the LoraInfo table
LoraInfo_tLoraInfo_GetPtr (void)
 returns the pointer to the LoraInfo capabilities table

Variables

static LoraInfo_t loraInfo = {0, 0}

Detailed Description

To give info to the application about LoRaWAN configuration.

Author
MCD Application Team
Attention

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.

Function Documentation

◆ LoraInfo_GetPtr()

LoraInfo_t * LoraInfo_GetPtr ( void )

returns the pointer to the LoraInfo capabilities table

Return values
LoraInfopointer

Definition at line 143 of file lora_info.c.

References loraInfo.

◆ LoraInfo_Init()

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().

Here is the caller graph for this function:

Variable Documentation

◆ loraInfo

LoraInfo_t loraInfo = {0, 0}
static

Definition at line 50 of file lora_info.c.

Referenced by LoraInfo_GetPtr(), and LoraInfo_Init().