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

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

#include <stdint.h>
Include dependency graph for lora_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  LoraInfo_t

Functions

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

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.h.

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: