MSP430™CapTIvateSoftwareLibraryAPIGuide  1_70_00_03
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 
46 #else
47 #warning "Failed to match a ROM include file."
48 #endif
49 
50 #endif // __ROM_CAPTIVATE_H__
51 
52 
© Copyright 1995-2018, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale