TLE986x Device Family SDK
Device
Include
system_tle986x.h
Go to the documentation of this file.
1
/*
2
***********************************************************************************************************************
3
*
4
* Copyright (c) 2017, 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
**********************************************************************************************************************/
37
/*******************************************************************************
38
** Author(s) Identity **
39
********************************************************************************
40
** **
41
** Initials Name **
42
** ---------------------------------------------------------------------------**
43
** DM Daniel Mysliwitz **
44
** JO Julia Ott **
45
*******************************************************************************/
46
47
/*******************************************************************************
48
** Revision Control History **
49
********************************************************************************
50
** V0.0.1: 2013-10-15, DM: initial version **
51
** V0.1.2: 2017-08-01, DM: latest system_tle986x.c version **
52
** V0.1.3: 2017-11-10, DM: system_tle986x.h, system_tle986x.c revisions **
53
** merged **
54
** V0.4.1: 2019-06-05, JO: Increased version to be identical to the pdsc **
55
** file **
56
** V0.4.2: 2019-06-05, DM: NAC/NAD pointer modified to be ARMCC v6 compliant**
57
** V0.4.3: 2020-10-08, JO: EP-507: Updated revision history format **
58
** V0.4.4: 2020-10-12, JO: EP-506: remove ARMCC v6 Compiler warnings **
59
** - Added declaration of p_NACNAD **
60
*******************************************************************************/
61
62
#ifndef __SYSTEM_TLE986x_H
63
#define __SYSTEM_TLE986x_H
64
65
/*******************************************************************************
66
** Includes **
67
*******************************************************************************/
68
#include "
types.h
"
69
70
#ifdef __cplusplus
71
extern
"C"
{
72
#endif
73
74
extern
uint32
SystemFrequency
;
75
extern
uint32
p_NACNAD
;
76
79
void
SystemInit
(
void
);
80
81
#ifdef __cplusplus
82
}
83
#endif
84
85
#endif
/* __SYSTEM_TLE986x_H */
types.h
General type declarations.
uint32
unsigned int uint32
32 bit unsigned value
Definition:
types.h:141
SystemFrequency
uint32 SystemFrequency
SystemInit
void SystemInit(void)
Initialize System, clock and watchdog1.
p_NACNAD
uint32 p_NACNAD
Generated by
1.8.16