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  * 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 ** PS Patrik Schwarz **
31 *******************************************************************************/
32 
33 /*******************************************************************************
34 ** Revision Control History **
35 ********************************************************************************
36 ** V0.1.0: 2021-02-02, BG: Initial version **
37 ** V0.3.2: 2021-02-22, JO: EP-710: Increased version of file to remove **
38 ** compiler warning when updating old projects **
39 ** V0.3.3: 2021-11-12, JO: EP-937: Updated copyright and branding **
40 ** V0.3.4: 2023-04-04, PS: EP-1141: Correct MISRA warnings **
41 ** V0.3.5: 2024-11-05, JO: EP-1494: Updated license **
42 *******************************************************************************/
43 
44 #ifndef _CAN_H
45 #define _CAN_H
46 
47 /*******************************************************************************
48 ** Includes **
49 *******************************************************************************/
50 
51 /*******************************************************************************
52 ** Global Constant Declarations **
53 *******************************************************************************/
54 
55 /*******************************************************************************
56 ** Global Type Declarations **
57 *******************************************************************************/
58 
59 /*******************************************************************************
60 ** Global Macro Declarations **
61 *******************************************************************************/
62 
63 /*******************************************************************************
64 ** Global Function Declarations **
65 *******************************************************************************/
66 
67 /*******************************************************************************
68 ** Deprecated Function Declarations **
69 *******************************************************************************/
70 
71 /*******************************************************************************
72 ** Global Inline Function Definitions **
73 *******************************************************************************/
74 
75 
76 #endif /* _CAN_H */