EFM32 Pearl Gecko Software Documentation  efm32pg1-doc-4.2.1
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(EFM32PG1B100F128GM32)
48 #include "efm32pg1b100f128gm32.h"
49 
50 #elif defined(EFM32PG1B100F256GM32)
51 #include "efm32pg1b100f256gm32.h"
52 
53 #elif defined(EFM32PG1B200F128GM32)
54 #include "efm32pg1b200f128gm32.h"
55 
56 #elif defined(EFM32PG1B200F128GM48)
57 #include "efm32pg1b200f128gm48.h"
58 
59 #elif defined(EFM32PG1B200F256GM32)
60 #include "efm32pg1b200f256gm32.h"
61 
62 #elif defined(EFM32PG1B200F256GM48)
63 #include "efm32pg1b200f256gm48.h"
64 
65 #else
66 #error "em_device.h: PART NUMBER undefined"
67 #endif
68 #endif /* EM_DEVICE_H */
CMSIS Cortex-M Peripheral Access Layer Header File for EFM32PG1B200F256GM48.