EFR32 Flex Gecko 13 Software Documentation  efr32fg13-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(EFR32FG13P231F512GM32)
48 #include "efr32fg13p231f512gm32.h"
49 
50 #elif defined(EFR32FG13P231F512GM48)
51 #include "efr32fg13p231f512gm48.h"
52 
53 #elif defined(EFR32FG13P232F512GM32)
54 #include "efr32fg13p232f512gm32.h"
55 
56 #elif defined(EFR32FG13P232F512GM48)
57 #include "efr32fg13p232f512gm48.h"
58 
59 #elif defined(EFR32FG13P233F512GM48)
60 #include "efr32fg13p233f512gm48.h"
61 
62 #else
63 #error "em_device.h: PART NUMBER undefined"
64 #endif
65 #endif /* EM_DEVICE_H */
CMSIS Cortex-M Peripheral Access Layer Header File for EFR32FG13P233F512GM48.