comparison src/gpf/ccd/ccddata_tap_priv.h @ 5:1ea54a97e831

src/gpf: import of Magnetite src/gpf3
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Jul 2018 08:11:07 +0000
parents
children
comparison
equal deleted inserted replaced
4:6e457872f745 5:1ea54a97e831
1 /*
2 +-----------------------------------------------------------------------------
3 | Project :
4 | Modul : ccddata_priv.h
5 +-----------------------------------------------------------------------------
6 | Copyright 2002 Texas Instruments Berlin, AG
7 | All rights reserved.
8 |
9 | This file is confidential and a trade secret of Texas
10 | Instruments Berlin, AG
11 | The receipt of or possession of this file does not convey
12 | any rights to reproduce or disclose its contents or to
13 | manufacture, use, or sell anything it may describe, in
14 | whole, or in part, without the specific written consent of
15 | Texas Instruments Berlin, AG.
16 +-----------------------------------------------------------------------------
17 | Purpose : Function that belongs to tap_tdl.c, but is are based
18 | on the constants (CCDENT_...) generated by ccdgen
19 | (mconst.cdg). Therefore it must be placed in the ccddata_dll.
20 +-----------------------------------------------------------------------------
21 */
22
23 #ifndef CCDDATA_TAP_PRIV_H
24 #define CCDDATA_TAP_PRIV_H
25
26 /*==== INCLUDES =============================================================*/
27
28 /*==== CONSTS ===============================================================*/
29
30 #define TAP_PD_CC 3
31 #define TAP_PD_MM 5
32 #define TAP_PD_GMM 8
33 #define TAP_PD_SM 10
34 #define TAP_PD_RR 6
35 #define TAP_PD_SS 11
36 #define TAP_PD_SMS 9
37 #define TAP_PD_TST 15
38 #define TAP_PD_XX 1
39
40 #define TAP_PD_ABIS 0
41 #define TAP_PD_OK 128
42 #define TAP_PD_INVALID -1
43 #define TAP_NOPD_NOMT 70
44 #define TAP_NOPD_MT 80
45 #define TAP_RR_SHORT 90
46
47 /*==== TYPES =================================================================*/
48
49 /*==== EXPORTS ===============================================================*/
50
51 #ifndef CCDDATA_TAP_PRIV_C
52
53 CCDDATA_IMPORT_FUNC int ccddata_tap_get_pd (UCHAR comp);
54 CCDDATA_IMPORT_FUNC int ccddata_tap_check_pd (UCHAR comp, UCHAR pd);
55
56 #endif /* !CCDDATA_TAP_PRIV_C*/
57
58 #endif /* !CCDDATA_TAP_PRIV_H */