| EFR32 Blue Gecko 1 Software Documentation
    efr32bg1-doc-5.1.2
    | 
Version API.
Macros specifying the emlib and CMSIS version.
| Macros | |
| #define | _CMSIS_VERSION 4.5.0 | 
| #define | _CMSIS_VERSION_MAJOR 4 | 
| #define | _CMSIS_VERSION_MINOR 5 | 
| #define | _CMSIS_VERSION_PATCH 0 | 
| #define | _EMLIB_VERSION 5.1.2 | 
| #define | _EMLIB_VERSION_MAJOR 5 | 
| #define | _EMLIB_VERSION_MINOR 1 | 
| #define | _EMLIB_VERSION_PATCH 2 | 
| #define _CMSIS_VERSION 4.5.0 | 
Version number of targeted CMSIS package.
Definition at line 71 of file em_version.h.
| #define _CMSIS_VERSION_MAJOR 4 | 
Major version of CMSIS.
Definition at line 74 of file em_version.h.
| #define _CMSIS_VERSION_MINOR 5 | 
Minor version of CMSIS.
Definition at line 77 of file em_version.h.
| #define _CMSIS_VERSION_PATCH 0 | 
Patch revision of CMSIS.
Definition at line 80 of file em_version.h.
| #define _EMLIB_VERSION 5.1.2 | 
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 introduced.
Definition at line 59 of file em_version.h.
| #define _EMLIB_VERSION_MINOR 1 | 
Minor version of emlib. Bumped when functionality is added in a backwards- compatible manner.
Definition at line 63 of file em_version.h.
| #define _EMLIB_VERSION_PATCH 2 | 
Patch revision of emlib. Bumped when adding backwards-compatible bug fixes.
Definition at line 67 of file em_version.h.