NMSIS-Core  Version 1.2.0
NMSIS-Core support for Nuclei processor-based devices
nmsis_version.h File Reference

NMSIS Version definitions. More...

Go to the source code of this file.

Macros

#define __NMSIS_VERSION_MAJOR   (1U)
 Represent the NMSIS major version. More...
 
#define __NMSIS_VERSION_MINOR   (2U)
 Represent the NMSIS minor version. More...
 
#define __NMSIS_VERSION_PATCH   (0U)
 Represent the NMSIS patch version. More...
 
#define __NMSIS_VERSION   ((__NMSIS_VERSION_MAJOR << 16U) | (__NMSIS_VERSION_MINOR << 8) | __NMSIS_VERSION_PATCH)
 Represent the NMSIS Version. More...
 

Detailed Description

NMSIS Version definitions.

Definition in file nmsis_version.h.