Infineon MOTIX™ MCU TLE988x/9x Device Family SDK
can.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  **********************************************************************************************************************/
39 /*******************************************************************************
40 ** Author(s) Identity **
41 ********************************************************************************
42 ** Initials Name **
43 ** ---------------------------------------------------------------------------**
44 ** DM Daniel Mysliwitz **
45 ** BG Blandine Guillot **
46 ** JO Julia Ott **
47 ** PS Patrik Schwarz **
48 *******************************************************************************/
49 
50 /*******************************************************************************
51 ** Revision Control History **
52 ********************************************************************************
53 ** V0.1.0: 2021-02-02, BG: Initial version **
54 ** V0.3.2: 2021-02-22, JO: EP-710: Increased version of file to remove **
55 ** compiler warning when updating old projects **
56 ** V0.3.3: 2021-11-12, JO: EP-937: Updated copyright and branding **
57 ** V0.3.4: 2023-04-04, PS: EP-1141: Correct MISRA warnings **
58 *******************************************************************************/
59 
60 #ifndef _CAN_H
61 #define _CAN_H
62 
63 /*******************************************************************************
64 ** Includes **
65 *******************************************************************************/
66 
67 /*******************************************************************************
68 ** Global Constant Declarations **
69 *******************************************************************************/
70 
71 /*******************************************************************************
72 ** Global Type Declarations **
73 *******************************************************************************/
74 
75 /*******************************************************************************
76 ** Global Macro Declarations **
77 *******************************************************************************/
78 
79 /*******************************************************************************
80 ** Global Function Declarations **
81 *******************************************************************************/
82 
83 /*******************************************************************************
84 ** Deprecated Function Declarations **
85 *******************************************************************************/
86 
87 /*******************************************************************************
88 ** Global Inline Function Definitions **
89 *******************************************************************************/
90 
91 
92 #endif /* _CAN_H */