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

Application of the LRWAN Middleware. More...

#include "app_lorawan.h"
#include "lora_app.h"
#include "sys_app.h"
#include "stm32_seq.h"
Include dependency graph for app_lorawan.c:

Go to the source code of this file.

Functions

void MX_LoRaWAN_Init (void)
 Init Lora Application.
void MX_LoRaWAN_Process (void)
 Entry Lora Process or scheduling.

Detailed Description

Application of the LRWAN Middleware.

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 app_lorawan.c.

Function Documentation

◆ MX_LoRaWAN_Init()

void MX_LoRaWAN_Init ( void )

Init Lora Application.

Definition at line 65 of file app_lorawan.c.

References LoRaWAN_Init(), and SystemApp_Init().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MX_LoRaWAN_Process()

void MX_LoRaWAN_Process ( void )

Entry Lora Process or scheduling.

Definition at line 81 of file app_lorawan.c.

Referenced by main().

Here is the caller graph for this function: