EFR32 Mighty Gecko 13 Software Documentation  efr32mg13-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(EFR32MG13P632F512GM32)
48 #include "efr32mg13p632f512gm32.h"
49 
50 #elif defined(EFR32MG13P632F512GM48)
51 #include "efr32mg13p632f512gm48.h"
52 
53 #elif defined(EFR32MG13P732F512GM32)
54 #include "efr32mg13p732f512gm32.h"
55 
56 #elif defined(EFR32MG13P732F512GM48)
57 #include "efr32mg13p732f512gm48.h"
58 
59 #elif defined(EFR32MG13P733F512GM48)
60 #include "efr32mg13p733f512gm48.h"
61 
62 #elif defined(EFR32MG13P832F512GM48)
63 #include "efr32mg13p832f512gm48.h"
64 
65 #elif defined(EFR32MG13P832F512IM48)
66 #include "efr32mg13p832f512im48.h"
67 
68 #elif defined(EFR32MG13P932F512GM48)
69 #include "efr32mg13p932f512gm48.h"
70 
71 #elif defined(EFR32MG13P932F512IM48)
72 #include "efr32mg13p932f512im48.h"
73 
74 #else
75 #error "em_device.h: PART NUMBER undefined"
76 #endif
77 #endif /* EM_DEVICE_H */
CMSIS Cortex-M Peripheral Access Layer Header File for EFR32MG13P932F512GM48.