VERSIONEMLIB

Detailed Description

Version API.

Macros specifying the emlib and CMSIS version.

Macros

#define _CMSIS_VERSION   5.3.0
 
#define _CMSIS_VERSION_MAJOR   5
 
#define _CMSIS_VERSION_MINOR   3
 
#define _CMSIS_VERSION_PATCH   0
 
#define _EMLIB_VERSION   5.8.0
 
#define _EMLIB_VERSION_MAJOR   5
 
#define _EMLIB_VERSION_MINOR   8
 
#define _EMLIB_VERSION_PATCH   0
 

Macro Definition Documentation

#define _CMSIS_VERSION   5.3.0

Version number of targeted CMSIS package.

Definition at line 72 of file em_version.h.

#define _CMSIS_VERSION_MAJOR   5

Major version of CMSIS.

Definition at line 76 of file em_version.h.

#define _CMSIS_VERSION_MINOR   3

Minor version of CMSIS.

Definition at line 79 of file em_version.h.

#define _CMSIS_VERSION_PATCH   0

Patch revision of CMSIS.

Definition at line 82 of file em_version.h.

#define _EMLIB_VERSION   5.8.0

Version number of emlib peripheral API.

Definition at line 56 of file em_version.h.

#define _EMLIB_VERSION_MAJOR   5

Major version of emlib. Bumped when incompatible API changes are introduced.

Definition at line 60 of file em_version.h.

#define _EMLIB_VERSION_MINOR   8

Minor version of emlib. Bumped when functionality is added in a backward- compatible manner.

Definition at line 64 of file em_version.h.

#define _EMLIB_VERSION_PATCH   0

Patch revision of emlib. Bumped when adding backward-compatible bug fixes.

Definition at line 68 of file em_version.h.