iLLD_TC27xC  1.0
IfxIom_cfg.h
Go to the documentation of this file.
1 /**
2  * \file IfxIom_cfg.h
3  * \brief Iom on-chip implementation data
4  * \ingroup IfxLld_Iom
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 
27 #ifndef IFXIOM_CFG_H
28 #define IFXIOM_CFG_H 1
29 
30 /******************************************************************************/
31 /*----------------------------------Includes----------------------------------*/
32 /******************************************************************************/
33 
34 #include "_Reg/IfxIom_reg.h"
35 #include "_Reg/IfxIom_bf.h"
36 #include "Scu/Std/IfxScuWdt.h"
37 #include "Scu/Std/IfxScuCcu.h"
38 #include "Src/Std/IfxSrc.h"
39 #include "Port/Std/IfxPort.h"
40 #include "Cpu/Std/IfxCpu.h"
42 
43 /******************************************************************************/
44 /*-----------------------------------Macros-----------------------------------*/
45 /******************************************************************************/
46 
47 /** \brief Specifies maximum number of channels
48  */
49 #define IFXIOM_MAX_CHANNELS 16
50 
51 
52 #endif /* IFXIOM_CFG_H */