Version
[EM_Library]

Collaboration diagram for Version:

Defines

#define _EMLIB_VERSION   4.0.0
#define _EMLIB_VERSION_MAJOR   4
#define _EMLIB_VERSION_MINOR   0
#define _EMLIB_VERSION_PATCH   0
#define _CMSIS_VERSION   4.2.0
#define _CMSIS_VERSION_MAJOR   4
#define _CMSIS_VERSION_MINOR   2
#define _CMSIS_VERSION_PATCH   0

Define Documentation

#define _CMSIS_VERSION   4.2.0

Version number of targeted CMSIS package.

Definition at line 69 of file em_version.h.

#define _CMSIS_VERSION_MAJOR   4

Major version of CMSIS.

Definition at line 72 of file em_version.h.

#define _CMSIS_VERSION_MINOR   2

Minor version of CMSIS.

Definition at line 75 of file em_version.h.

#define _CMSIS_VERSION_PATCH   0

Patch revision of CMSIS.

Definition at line 78 of file em_version.h.

#define _EMLIB_VERSION   4.0.0

Version number of emlib peripheral API.

Definition at line 54 of file em_version.h.

#define _EMLIB_VERSION_MAJOR   4

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

Definition at line 57 of file em_version.h.

#define _EMLIB_VERSION_MINOR   0

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

Definition at line 61 of file em_version.h.

#define _EMLIB_VERSION_PATCH   0

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

Definition at line 65 of file em_version.h.