|  | NMSIS-Core
    Version 1.4.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 (4U) | 
| 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.