MSP430™CapTIvateSoftwareLibraryAPIGuide
1_70_00_03
imports
captivate
BASE
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__)
19
#include "
rom_headers/rom_captivate_msp430fr2633_family.h
"
20
22
//
23
#elif defined (__MSP430FR2632__)
24
#include "
rom_headers/rom_captivate_msp430fr2633_family.h
"
25
27
//
28
#elif defined (__MSP430FR2533__)
29
#include "
rom_headers/rom_captivate_msp430fr2633_family.h
"
30
32
//
33
#elif defined (__MSP430FR2532__)
34
#include "
rom_headers/rom_captivate_msp430fr2633_family.h
"
35
37
//
38
#elif defined (__MSP430FR2522__)
39
#include "
rom_headers/rom_captivate_msp430fr2522_family.h
"
40
42
//
43
#elif defined (__MSP430FR2512__)
44
#include "
rom_headers/rom_captivate_msp430fr2522_family.h
"
45
46
#else
47
#warning "Failed to match a ROM include file."
48
#endif
49
50
#endif // __ROM_CAPTIVATE_H__
51
52
rom_captivate_msp430fr2633_family.h
rom_captivate_msp430fr2522_family.h
© Copyright 1995-2018
, Texas Instruments Incorporated. All rights reserved.
Trademarks
|
Privacy policy
|
Terms of use
|
Terms of sale