MSP430™CapTIvateSoftwareLibraryAPIGuide  1_70_00_03
captivate.h
Go to the documentation of this file.
1 //*****************************************************************************
2 // captivate.h
28 //
31 //
32 //*****************************************************************************
33 
34 #ifndef CAPTIVATE_H__
35 #define CAPTIVATE_H__
36 
37 //
38 // CapTIvate Software Library Version
39 //
40 #ifndef __CAPTIVATE_LIB_VERSION__
41 #define __CAPTIVATE_LIB_VERSION__ __VERSION_CHECK__
42 #endif
43 
44 //
45 // Library Modules
46 //
47 #include "CAPT_Type.h"
48 #include "CAPT_HAL.h"
49 #include "CAPT_Touch.h"
50 #include "CAPT_Calibration.h"
51 #include "CAPT_EMC.h"
52 #include "CAPT_Buttons.h"
53 #include "CAPT_Slider.h"
54 #include "CAPT_Trackpad.h"
55 #include "CAPT_Interface.h"
56 #include "CAPT_Manager.h"
57 
58 //
59 // ROM Headers
60 //
61 #include "rom_captivate.h"
62 #include "rom_map_captivate.h"
63 
64 //
65 // User Configuration
66 //
67 #include "CAPT_UserConfig.h"
68 
69 //*****************************************************************************
70 //
75 //
78 //
82 //
86 //
90 //
91 //*****************************************************************************
92 extern volatile bool g_bEndOfConversionFlag;
93 extern volatile bool g_bDetectionFlag;
94 extern volatile bool g_bConvTimerFlag;
95 extern volatile bool g_bConvCounterFlag;
96 extern volatile bool g_bMaxCountErrorFlag;
97 
98 //*****************************************************************************
99 //
101 //
102 //*****************************************************************************
103 #ifndef __CAPTIVATE_CONFIG_VERSION__
104 #warning "CapTIvate user configuration version not found by software library."
105 #elif __CAPTIVATE_LIB_VERSION__ != __CAPTIVATE_CONFIG_VERSION__
106 #warning "CapTIvate software library and user configuration version mismatch."
107 #endif
108 
109 #endif
volatile bool g_bEndOfConversionFlag
Definition: CAPT_ISR.c:45
volatile bool g_bConvTimerFlag
Definition: CAPT_ISR.c:47
volatile bool g_bDetectionFlag
Definition: CAPT_ISR.c:46
volatile bool g_bMaxCountErrorFlag
Definition: CAPT_ISR.c:49
volatile bool g_bConvCounterFlag
Definition: CAPT_ISR.c:48
© Copyright 1995-2018, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale