EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
em_version.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef EM_VERSION_H
34 #define EM_VERSION_H
35 
36 #include "em_device.h"
37 
38 #ifdef __cplusplus
39 extern "C" {
40 #endif
41 
42 /***************************************************************************/
47 /***************************************************************************/
56 #define _EMLIB_VERSION 5.1.2
57 
59 #define _EMLIB_VERSION_MAJOR 5
60 
63 #define _EMLIB_VERSION_MINOR 1
64 
67 #define _EMLIB_VERSION_PATCH 2
68 
69 
71 #define _CMSIS_VERSION 4.5.0
72 
74 #define _CMSIS_VERSION_MAJOR 4
75 
77 #define _CMSIS_VERSION_MINOR 5
78 
80 #define _CMSIS_VERSION_PATCH 0
81 
85 #ifdef __cplusplus
86 }
87 #endif
88 
89 #endif /* EM_VERSION_H */
CMSIS Cortex-M Peripheral Access Layer for Silicon Laboratories microcontroller devices.