Infineon MOTIX™ MCU TLE988x/9x Device Family SDK
eval_board.h
Go to the documentation of this file.
1 /*
2  ***********************************************************************************************************************
3  *
4  * Copyright (c) Infineon Technologies AG
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms, with or without modification,are permitted provided that the
8  * following conditions are met:
9  *
10  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following
11  * disclaimer.
12  *
13  * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
14  * following disclaimer in the documentation and/or other materials provided with the distribution.
15  *
16  * Neither the name of the copyright holders nor the names of its contributors may be used to endorse or promote
17  * products derived from this software without specific prior written permission.
18  *
19  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
20  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21  * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
24  * WHETHER IN CONTRACT, STRICT LIABILITY,OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
25  * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26  *
27  **********************************************************************************************************************/
39 /*******************************************************************************
40 ** Author(s) Identity **
41 ********************************************************************************
42 ** Initials Name **
43 ** ---------------------------------------------------------------------------**
44 ** DM Daniel Mysliwitz **
45 ** BG Blandine Guillot **
46 ** JO Julia Ott **
47 *******************************************************************************/
48 
49 /*******************************************************************************
50 ** Revision Control History **
51 ********************************************************************************
52 ** V0.1.0: 2019-10-28, DM: Initial version **
53 ** V0.1.1: 2021-11-12, JO: EP-937: Updated copyright and branding **
54 *******************************************************************************/
55 
56 #ifndef EVAL_BOARD_H
57 #define EVAL_BOARD_H
58 
59 /*******************************************************************************
60 ** Includes **
61 *******************************************************************************/
62 
63 /*******************************************************************************
64 ** Global Constant Declarations **
65 *******************************************************************************/
66 
67 /*******************************************************************************
68 ** Global Type Declarations **
69 *******************************************************************************/
70 
71 /*******************************************************************************
72 ** Global Macro Declarations **
73 *******************************************************************************/
74 
77 #define LED1 (0x01)
78 #define LED2 (0x02)
79 #define LED3 (0x03)
80 #define LED4 (0x12)
81 #define LED5 (0x10)
82 #define LED6 (0x13)
83 #define LED7 (0x14)
84 #define LED8 (0x04)
85 
86 /*******************************************************************************
87 ** Global Function Declarations **
88 *******************************************************************************/
89 
90 /*******************************************************************************
91 ** Global Inline Function Definitions **
92 *******************************************************************************/
93 
94 
95 
96 #endif