|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
Definition the version of the application. More...
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. | |
Definition the version of the application.
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.
| #define APP_VERSION |
Application version.
Definition at line 64 of file app_version.h.
Referenced by LoRaWAN_Init().
| #define APP_VERSION_MAIN (0x01U) |
[31:24] main version
Definition at line 41 of file app_version.h.
| #define APP_VERSION_MAIN_SHIFT 24 |
main byte shift
Definition at line 46 of file app_version.h.
| #define APP_VERSION_RC (0x00U) |
[7:0] release candidate
Definition at line 44 of file app_version.h.
| #define APP_VERSION_RC_SHIFT 0 |
release candidate byte shift
Definition at line 49 of file app_version.h.
| #define APP_VERSION_SUB1 (0x04U) |
[23:16] sub1 version
Definition at line 42 of file app_version.h.
| #define APP_VERSION_SUB1_SHIFT 16 |
sub1 byte shift
Definition at line 47 of file app_version.h.
| #define APP_VERSION_SUB2 (0x00U) |
[15:8] sub2 version
Definition at line 43 of file app_version.h.
| #define APP_VERSION_SUB2_SHIFT 8 |
sub2 byte shift
Definition at line 48 of file app_version.h.