EFR32 Mighty Gecko 1 Software Documentation  efr32mg1-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(EFR32MG1P131F256GM48)
48 #include "efr32mg1p131f256gm48.h"
49 
50 #elif defined(EFR32MG1P132F256GJ43)
51 #include "efr32mg1p132f256gj43.h"
52 
53 #elif defined(EFR32MG1P132F256GM32)
54 #include "efr32mg1p132f256gm32.h"
55 
56 #elif defined(EFR32MG1P132F256GM48)
57 #include "efr32mg1p132f256gm48.h"
58 
59 #elif defined(EFR32MG1P132F256IM32)
60 #include "efr32mg1p132f256im32.h"
61 
62 #elif defined(EFR32MG1P133F256GM48)
63 #include "efr32mg1p133f256gm48.h"
64 
65 #elif defined(EFR32MG1P231F256GM48)
66 #include "efr32mg1p231f256gm48.h"
67 
68 #elif defined(EFR32MG1P232F256GJ43)
69 #include "efr32mg1p232f256gj43.h"
70 
71 #elif defined(EFR32MG1P232F256GM32)
72 #include "efr32mg1p232f256gm32.h"
73 
74 #elif defined(EFR32MG1P232F256GM48)
75 #include "efr32mg1p232f256gm48.h"
76 
77 #elif defined(EFR32MG1P233F256GM48)
78 #include "efr32mg1p233f256gm48.h"
79 
80 #elif defined(EFR32MG1P632F256GM32)
81 #include "efr32mg1p632f256gm32.h"
82 
83 #elif defined(EFR32MG1P632F256IM32)
84 #include "efr32mg1p632f256im32.h"
85 
86 #elif defined(EFR32MG1P732F256GM32)
87 #include "efr32mg1p732f256gm32.h"
88 
89 #elif defined(EFR32MG1P732F256IM32)
90 #include "efr32mg1p732f256im32.h"
91 
92 #else
93 #error "em_device.h: PART NUMBER undefined"
94 #endif
95 #endif /* EM_DEVICE_H */
CMSIS Cortex-M Peripheral Access Layer Header File for EFR32MG1P233F256GM48.