EFR32 Mighty Gecko 12 Software Documentation  efr32mg12-doc-5.1.2
em_device.h
Go to the documentation of this file.
1 /**************************************************************************/
44 #ifndef EM_DEVICE_H
45 #define EM_DEVICE_H
46 
47 #if defined(EFR32MG12P132F1024GL125)
48 #include "efr32mg12p132f1024gl125.h"
49 
50 #elif defined(EFR32MG12P132F1024GM48)
51 #include "efr32mg12p132f1024gm48.h"
52 
53 #elif defined(EFR32MG12P232F1024GL125)
54 #include "efr32mg12p232f1024gl125.h"
55 
56 #elif defined(EFR32MG12P232F1024GM48)
57 #include "efr32mg12p232f1024gm48.h"
58 
59 #elif defined(EFR32MG12P332F1024GL125)
60 #include "efr32mg12p332f1024gl125.h"
61 
62 #elif defined(EFR32MG12P332F1024GM48)
63 #include "efr32mg12p332f1024gm48.h"
64 
65 #elif defined(EFR32MG12P432F1024GL125)
66 #include "efr32mg12p432f1024gl125.h"
67 
68 #elif defined(EFR32MG12P432F1024GM48)
69 #include "efr32mg12p432f1024gm48.h"
70 
71 #elif defined(EFR32MG12P433F1024GL125)
73 
74 #elif defined(EFR32MG12P433F1024GM48)
75 #include "efr32mg12p433f1024gm48.h"
76 
77 #else
78 #error "em_device.h: PART NUMBER undefined"
79 #endif
80 #endif /* EM_DEVICE_H */
CMSIS Cortex-M Peripheral Access Layer Header File for EFR32MG12P433F1024GL125.