iLLD_TC27xC  1.0
IfxMsc_cfg.h
Go to the documentation of this file.
1 /**
2  * \file IfxMsc_cfg.h
3  * \brief Msc on-chip implementation data
4  * \ingroup IfxLld_Msc
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 IFXMSC_CFG_H
27 #define IFXMSC_CFG_H 1
28 
29 /******************************************************************************/
30 /*----------------------------------Includes----------------------------------*/
31 /******************************************************************************/
32 
33 #include "Cpu/Std/Ifx_Types.h"
35 #include "Src/Std/IfxSrc.h"
36 #include "_Reg/IfxMsc_bf.h"
37 #include "_Reg/IfxMsc_reg.h"
38 #include "_Reg/IfxMsc_regdef.h"
39 
40 /******************************************************************************/
41 /*-----------------------------------Macros-----------------------------------*/
42 /******************************************************************************/
43 
44 #define IFXMSC_COUNT 2
45 
46 
47 
48 /******************************************************************************/
49 /*-------------------------------Enumerations---------------------------------*/
50 /******************************************************************************/
51 
52 /** \brief List of the available MSC resources
53  */
54 typedef enum
55 {
56  IfxMsc_ResourceMsc_0 = 0, /**< \brief MSC 0 */
57  IfxMsc_ResourceMsc_1 = 1, /**< \brief MSC 1 */
58  IfxMsc_ResourceMsc_none = -1 /**< \brief None of the MSC */
60 
61 
62 /******************************************************************************/
63 /*-------------------Global Exported Variables/Constants----------------------*/
64 /******************************************************************************/
65 
67 
68 
69 #endif /* IFXMSC_CFG_H */