iLLD_TC27xC  1.0
IfxPort_cfg.h
Go to the documentation of this file.
1 /**
2  * \file IfxPort_cfg.h
3  * \brief Port on-chip implementation data
4  * \ingroup IfxLld_Port
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 IFXPORT_CFG_H
28 #define IFXPORT_CFG_H 1
29 
30 /******************************************************************************/
31 /*----------------------------------Includes----------------------------------*/
32 /******************************************************************************/
33 
35 #include "_Reg/IfxPort_reg.h"
36 
37 /******************************************************************************/
38 /*-----------------------------------Macros-----------------------------------*/
39 /******************************************************************************/
40 
41 /** \brief Port count \ingroup IfxLld_port_cfg
42  */
43 #define IFXPORT_COUNT (16)
44 
45 #define IFXPORT_OUTOUTFEATURE_NONE (0xFFFFFFFF)
46 
47 
48 
49 /******************************************************************************/
50 /*-----------------------------Data Structures--------------------------------*/
51 /******************************************************************************/
52 
53 /** \brief used by IfxPort_Esr_Masks table
54  */
55 typedef struct
56 {
57  Ifx_P* port;
60 
61 
62 /******************************************************************************/
63 /*-------------------Global Exported Variables/Constants----------------------*/
64 /******************************************************************************/
65 
67 
69 
70 
71 #endif /* IFXPORT_CFG_H */