sarmfsw: SMFSW Toolbox (desinged for ARM / compatible with other 8b/16b/32b platforms) 4.0rc
SMFSW collection of miscellaneous functions \& macros (desinged for ARM / compatible with other 8b/16b/32b platforms)
Loading...
Searching...
No Matches
sarmfsw_version.h File Reference

sarmfsw version headers More...

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

Macros

#define SARMFSW_RELEASE   (false)
 [31:31] sarmfsw release status
 
#define SARMFSW_VERSION_MAIN   (4U)
 [30:16] sarmfsw main version
 
#define SARMFSW_VERSION_SUB   (0U)
 [15:0] sarmfsw sub version
 
#define SARMFSW_VERSION
 sarmfsw version number
 

Detailed Description

sarmfsw version headers

Author
SMFSW

Macro Definition Documentation

◆ SARMFSW_RELEASE

#define SARMFSW_RELEASE   (false)

[31:31] sarmfsw release status

◆ SARMFSW_VERSION

#define SARMFSW_VERSION
Value:
( ((DWORD) (~SARMFSW_RELEASE) << 31U) | \
((DWORD) SARMFSW_VERSION_MAIN << 16U) | \
uint32_t DWORD
Unsigned dWord typedef (32bits)
Definition arm_typedefs.h:88
#define SARMFSW_RELEASE
[31:31] sarmfsw release status
Definition sarmfsw_version.h:16
#define SARMFSW_VERSION_MAIN
[30:16] sarmfsw main version
Definition sarmfsw_version.h:17
#define SARMFSW_VERSION_SUB
[15:0] sarmfsw sub version
Definition sarmfsw_version.h:18

sarmfsw version number

◆ SARMFSW_VERSION_MAIN

#define SARMFSW_VERSION_MAIN   (4U)

[30:16] sarmfsw main version

◆ SARMFSW_VERSION_SUB

#define SARMFSW_VERSION_SUB   (0U)

[15:0] sarmfsw sub version