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

Definition the version of the application. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define APP_VERSION_MAIN   (0x01U)
#define APP_VERSION_SUB1   (0x04U)
#define APP_VERSION_SUB2   (0x00U)
#define APP_VERSION_RC   (0x00U)
#define APP_VERSION_MAIN_SHIFT   24
#define APP_VERSION_SUB1_SHIFT   16
#define APP_VERSION_SUB2_SHIFT   8
#define APP_VERSION_RC_SHIFT   0
#define APP_VERSION
 Application version.

Detailed Description

Definition the version of the application.

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

Macro Definition Documentation

◆ APP_VERSION

#define APP_VERSION
Value:
#define APP_VERSION_RC_SHIFT
Definition app_version.h:49
#define APP_VERSION_MAIN
Definition app_version.h:41
#define APP_VERSION_SUB1_SHIFT
Definition app_version.h:47
#define APP_VERSION_SUB2
Definition app_version.h:43
#define APP_VERSION_SUB1
Definition app_version.h:42
#define APP_VERSION_MAIN_SHIFT
Definition app_version.h:46
#define APP_VERSION_SUB2_SHIFT
Definition app_version.h:48
#define APP_VERSION_RC
Definition app_version.h:44

Application version.

Definition at line 64 of file app_version.h.

Referenced by LoRaWAN_Init().

◆ APP_VERSION_MAIN

#define APP_VERSION_MAIN   (0x01U)

[31:24] main version

Definition at line 41 of file app_version.h.

◆ APP_VERSION_MAIN_SHIFT

#define APP_VERSION_MAIN_SHIFT   24

main byte shift

Definition at line 46 of file app_version.h.

◆ APP_VERSION_RC

#define APP_VERSION_RC   (0x00U)

[7:0] release candidate

Definition at line 44 of file app_version.h.

◆ APP_VERSION_RC_SHIFT

#define APP_VERSION_RC_SHIFT   0

release candidate byte shift

Definition at line 49 of file app_version.h.

◆ APP_VERSION_SUB1

#define APP_VERSION_SUB1   (0x04U)

[23:16] sub1 version

Definition at line 42 of file app_version.h.

◆ APP_VERSION_SUB1_SHIFT

#define APP_VERSION_SUB1_SHIFT   16

sub1 byte shift

Definition at line 47 of file app_version.h.

◆ APP_VERSION_SUB2

#define APP_VERSION_SUB2   (0x00U)

[15:8] sub2 version

Definition at line 43 of file app_version.h.

◆ APP_VERSION_SUB2_SHIFT

#define APP_VERSION_SUB2_SHIFT   8

sub2 byte shift

Definition at line 48 of file app_version.h.