NMSIS-Core
Version 1.3.1
NMSIS-Core support for Nuclei processor-based devices
|
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 (3U) |
Represent the NMSIS minor version. More... | |
#define | __NMSIS_VERSION_PATCH (1U) |
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... | |
NMSIS Version definitions.
Definition in file nmsis_version.h.