Infineon MOTIX™ MCU TLE987x 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  **********************************************************************************************************************/
38 /*******************************************************************************
39 ** Author(s) Identity **
40 ********************************************************************************
41 ** Initials Name **
42 ** ---------------------------------------------------------------------------**
43 ** BG Blandine Guillot **
44 *******************************************************************************/
45 
46 /*******************************************************************************
47 ** Revision Control History **
48 ********************************************************************************
49 ** V0.1.0: 2020-04-15, BG: Initial version of revision history **
50 ** V0.1.1: 2020-07-21, BG: EP-439: Formatted .h/.c files **
51 ** V0.1.2: 2022-02-28, JO: EP-936: Updated copyright and branding **
52 *******************************************************************************/
53 
54 #ifndef EVAL_BOARD_H
55 #define EVAL_BOARD_H
56 
57 /*******************************************************************************
58 ** Global Type Definitions **
59 *******************************************************************************/
60 /* GPIO LED assignment for TLE987x evaluation board */
61 #define LED1 (0x01)
62 #define LED2 (0x02)
63 #define LED3 (0x03)
64 #define LED4 (0x12)
65 #define LED5 (0x10)
66 #define LED6 (0x13)
67 #define LED7 (0x14)
68 #define LED8 (0x04)
69 
70 #endif