TLE986x Device Family SDK
Device
Include
eval_board.h
Go to the documentation of this file.
1
/*
2
***********************************************************************************************************************
3
*
4
* Copyright (c) 2015, 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
** JO Julia Ott **
44
*******************************************************************************/
45
46
/*******************************************************************************
47
** Revision Control History **
48
********************************************************************************
49
** V0.1.0: 2020-10-08, JO: EP-507: Initial version of revision history **
50
*******************************************************************************/
51
52
#ifndef EVAL_BOARD_H
53
#define EVAL_BOARD_H
54
55
/*******************************************************************************
56
** Global Type Definitions **
57
*******************************************************************************/
58
/* GPIO LED assignment for TLE986x evaluation board */
60
#define LED1 (0x01)
61
62
#define LED2 (0x02)
63
64
#define LED3 (0x03)
65
66
#define LED4 (0x12)
67
68
#define LED5 (0x10)
69
70
#define LED6 (0x13)
71
72
#define LED7 (0x14)
73
74
#define LED8 (0x04)
75
76
#endif
Generated by
1.8.16