iLLD_TC27xC  1.0
IfxCif_cfg.h
Go to the documentation of this file.
1 /**
2  * \file IfxCif_cfg.h
3  * \brief Cif on-chip implementation data
4  * \ingroup IfxLld_Cif
5  *
6  * \version iLLD_0_1_0_10
7  * \copyright Copyright (c) 2013 Infineon Technologies AG. All rights reserved.
8  *
9  *
10  * IMPORTANT NOTICE
11  *
12  *
13  * Infineon Technologies AG (Infineon) is supplying this file for use
14  * exclusively with Infineon's microcontroller products. This file can be freely
15  * distributed within development tools that are supporting such microcontroller
16  * products.
17  *
18  * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
19  * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
20  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
21  * INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL,
22  * OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
23  *
24  */
25 
26 #ifndef IFXCIF_CFG_H
27 #define IFXCIF_CFG_H 1
28 
29 /******************************************************************************/
30 /*----------------------------------Includes----------------------------------*/
31 /******************************************************************************/
32 
33 #include "IfxCif_bf.h"
34 #include "IfxCif_reg.h"
36 #include "Cpu/Std/Ifx_Types.h"
37 #include "_PinMap/IfxCif_PinMap.h"
38 
39 /******************************************************************************/
40 /*-----------------------------------Macros-----------------------------------*/
41 /******************************************************************************/
42 
43 #ifndef IFXCIF_DEBUG
44 #define IFXCIF_DEBUG __debug()
45 #endif
46 
47 /** \brief Number of extra phats
48  */
49 #define IFXCIF_EXTRA_PATHS (5)
50 
51 #ifndef IFXCIF_MAX_I2CNAK
52 #define IFXCIF_MAX_I2CNAK (16)
53 #endif
54 
55 
56 #endif /* IFXCIF_CFG_H */