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  * 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  **********************************************************************************************************************/
22 /*******************************************************************************
23 ** Author(s) Identity **
24 ********************************************************************************
25 ** Initials Name **
26 ** ---------------------------------------------------------------------------**
27 ** DM Daniel Mysliwitz **
28 ** BG Blandine Guillot **
29 ** JO Julia Ott **
30 *******************************************************************************/
31 
32 /*******************************************************************************
33 ** Revision Control History **
34 ********************************************************************************
35 ** V0.1.0: 2019-10-28, DM: Initial version **
36 ** V0.1.1: 2021-11-12, JO: EP-937: Updated copyright and branding **
37 ** V0.1.2: 2024-11-05, JO: EP-1494: Updated license **
38 *******************************************************************************/
39 
40 #ifndef EVAL_BOARD_H
41 #define EVAL_BOARD_H
42 
43 /*******************************************************************************
44 ** Includes **
45 *******************************************************************************/
46 
47 /*******************************************************************************
48 ** Global Constant Declarations **
49 *******************************************************************************/
50 
51 /*******************************************************************************
52 ** Global Type Declarations **
53 *******************************************************************************/
54 
55 /*******************************************************************************
56 ** Global Macro Declarations **
57 *******************************************************************************/
58 
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 /*******************************************************************************
71 ** Global Function Declarations **
72 *******************************************************************************/
73 
74 /*******************************************************************************
75 ** Global Inline Function Definitions **
76 *******************************************************************************/
77 
78 
79 
80 #endif