MSP430™CapTIvateSoftwareLibraryAPIGuide  1_83_00_05
rom_captivate.h
Go to the documentation of this file.
1 //*****************************************************************************
2 //
3 // rom_captivate.h
4 // This is the top level ROM header file. It includes the correct device
5 // specific ROM header file for the application that is being built.
6 //
9 //
10 //*****************************************************************************
11 
12 #ifndef __ROM_CAPTIVATE_H__
13 #define __ROM_CAPTIVATE_H__
14 #if 0
15 
17 //
18 #elif defined (__MSP430FR2633__)
20 
22 //
23 #elif defined (__MSP430FR2632__)
25 
27 //
28 #elif defined (__MSP430FR2533__)
30 
32 //
33 #elif defined (__MSP430FR2532__)
35 
37 //
38 #elif defined (__MSP430FR2522__)
40 
42 //
43 #elif defined (__MSP430FR2512__)
45 
47 //
48 #elif defined (__MSP430FR2676__)
50 
52 //
53 #elif defined (__MSP430FR2675__)
55 
57 //
58 #elif defined (__MSP430FR2673__)
60 
62 //
63 #elif defined (__MSP430FR2672__)
65 
66 #else
67 #warning "Failed to match a ROM include file."
68 #endif
69 
70 #endif // __ROM_CAPTIVATE_H__
71 
72 
© Copyright 1995-2020, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale