iLLD_TC27xD  1.0
IfxGlobal_cfg.h
Go to the documentation of this file.
1 /**
2  * \file IfxGlobal_cfg.h
3  * \brief Global definitions
4  * \ingroup IfxLld_Global
5  *
6  *
7  * \version iLLD_1_0_0_11_0
8  * \copyright Copyright (c) 2013 Infineon Technologies AG. All rights reserved.
9  *
10  *
11  * IMPORTANT NOTICE
12  *
13  *
14  * Infineon Technologies AG (Infineon) is supplying this file for use
15  * exclusively with Infineon's microcontroller products. This file can be freely
16  * distributed within development tools that are supporting such microcontroller
17  * products.
18  *
19  * THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
20  * OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
21  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
22  * INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL,
23  * OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
24  *
25  * \defgroup IfxLld_Global Global Definitions
26  * \ingroup IfxLld
27  *
28  */
29 
30 #ifndef IFXGLOBAL_H
31 #define IFXGLOBAL_H 1
32 
33 /******************************************************************************/
34 /*-----------------------------------Macros-----------------------------------*/
35 /******************************************************************************/
36 /** \brief Microcontroller derivative corresponding to the iLLD implementation
37  */
38 #define IFXGLOBAL_DERIVATIVE_TC27xD (1)
39 
40 /** \brief Microcontroller derivative name
41  */
42 #define IFXGLOBAL_DERIVATIVE_NAME "TC27xD"
43 
44 #endif /* IFXGLOBAL_H */