iLLD_TC27xD  1.0
IfxSrc_cfg.h
Go to the documentation of this file.
1 /**
2  * \file IfxSrc_cfg.h
3  * \brief SRC on-chip implementation data
4  * \ingroup IfxLld_Src
5  *
6  * \version iLLD_1_0_0_11_0
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_Src SRC
25  * \ingroup IfxLld
26  * \defgroup IfxLld_Src_Impl Implementation
27  * \ingroup IfxLld_Src
28  * \defgroup IfxLld_Src_Std Standard Driver
29  * \ingroup IfxLld_Src
30  * \defgroup IfxLld_Src_Impl_Enumerations Enumerations
31  * \ingroup IfxLld_Src_Impl
32  */
33 
34 #ifndef IFXSRC_CFG_H
35 #define IFXSRC_CFG_H 1
36 
37 /******************************************************************************/
38 /*----------------------------------Includes----------------------------------*/
39 /******************************************************************************/
40 
41 /******************************************************************************/
42 /*--------------------------------Enumerations--------------------------------*/
43 /******************************************************************************/
44 
45 /** \addtogroup IfxLld_Src_Impl_Enumerations
46  * \{ */
47 /** \brief Identifier of interrupt service provider, which handles the interrupt service request.
48  */
49 typedef enum
50 {
51  IfxSrc_Tos_cpu0 = 0, /**< \brief CPU0 interrupt service provider, which handles the interrupt service request. */
52  IfxSrc_Tos_cpu1 = 1, /**< \brief CPU1 interrupt service provider, which handles the interrupt service request. */
53  IfxSrc_Tos_cpu2 = 2, /**< \brief CPU2 interrupt service provider, which handles the interrupt service request. */
54  IfxSrc_Tos_dma = 3 /**< \brief DMA interrupt service provider, which handles the interrupt service request. */
55 } IfxSrc_Tos;
56 
57 /** \} */
58 
59 #endif /* IFXSRC_CFG_H */