iLLD_TC27xC  1.0
IfxPsi5_PinMap.c
Go to the documentation of this file.
1 /**
2  * \file IfxPsi5_PinMap.c
3  * \brief PSI5 I/O map
4  * \ingroup IfxLld_Psi5
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 #include "IfxPsi5_PinMap.h"
27 
46 
47 
49  {
50  {
53  &IfxPsi5_RX0C_P33_1_IN
54  },
55  {
58  &IfxPsi5_RX1C_P33_3_IN
59  },
60  {
63  &IfxPsi5_RX2C_P33_5_IN
64  }
65  }
66 };
67 
69  {
70  {
73  &IfxPsi5_TX0_P33_2_OUT
74  },
75  {
78  &IfxPsi5_TX1_P33_4_OUT
79  },
80  {
83  &IfxPsi5_TX2_P33_6_OUT
84  }
85  }
86 };