iLLD_TC27xC  1.0
IfxEray_cfg.h
Go to the documentation of this file.
1 /**
2  * \file IfxEray_cfg.h
3  * \brief Eray on-chip implementation data
4  * \ingroup IfxLld_Eray
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  * \defgroup IfxLld_Eray_Impl Implementation
25  * \ingroup IfxLld_Eray
26  * \defgroup IfxLld_Eray_Impl_Enumerations Enumerations
27  * \ingroup IfxLld_Eray_Impl
28  */
29 
30 #ifndef IFXERAY_CFG_H
31 #define IFXERAY_CFG_H 1
32 
33 /******************************************************************************/
34 /*----------------------------------Includes----------------------------------*/
35 /******************************************************************************/
36 
37 #include "Scu/Std/IfxScuCcu.h"
38 #include "Scu/Std/IfxScuWdt.h"
39 #include "Cpu/Std/IfxCpu.h"
40 #include "_Reg/IfxEray_reg.h"
41 
42 
43 /******************************************************************************/
44 /*--------------------------------Enumerations--------------------------------*/
45 /******************************************************************************/
46 
47 /** \addtogroup IfxLld_Eray_Impl_Enumerations
48  * \{ */
49 /** \brief Node Id in communication cycle.
50  */
51 typedef enum
52 {
53  IfxEray_NodeId_a = 0, /**< \brief Ifx_ERAY Node A */
54  IfxEray_NodeId_b = 1, /**< \brief Ifx_ERAY Node B */
55  IfxEray_NodeId_none = -1 /**< \brief None of the Ifx_ERAY Nodes */
57 
58 /** \} */
59 
60 
61 #endif /* IFXERAY_CFG_H */