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  * The applicable license agreement can be found at this pack's installation directory in the file
8  * license/IFX_SW_Licence_MOTIX_LITIX.txt
9  *
10  **********************************************************************************************************************/
21 /*******************************************************************************
22 ** Author(s) Identity **
23 ********************************************************************************
24 ** Initials Name **
25 ** ---------------------------------------------------------------------------**
26 ** BG Blandine Guillot **
27 ** JO Julia Ott **
28 *******************************************************************************/
29 
30 /*******************************************************************************
31 ** Revision Control History **
32 ********************************************************************************
33 ** V0.1.0: 2020-04-15, BG: Initial version of revision history **
34 ** V0.1.1: 2020-07-21, BG: EP-439: Formatted .h/.c files **
35 ** V0.1.2: 2022-02-28, JO: EP-936: Updated copyright and branding **
36 ** V0.1.3: 2025-01-02, JO: EP-1493: Updated license **
37 *******************************************************************************/
38 
39 #ifndef EVAL_BOARD_H
40 #define EVAL_BOARD_H
41 
42 /*******************************************************************************
43 ** Global Type Definitions **
44 *******************************************************************************/
45 /* GPIO LED assignment for TLE987x evaluation board */
46 #define LED1 (0x01)
47 #define LED2 (0x02)
48 #define LED3 (0x03)
49 #define LED4 (0x12)
50 #define LED5 (0x10)
51 #define LED6 (0x13)
52 #define LED7 (0x14)
53 #define LED8 (0x04)
54 
55 #endif