MCUSW
Can_Cfg.h
Go to the documentation of this file.
1 /*
2 *
3 * Copyright (c) 2024 Texas Instruments Incorporated
4 *
5 * All rights reserved not granted herein.
6 *
7 * Limited License.
8 *
9 * Texas Instruments Incorporated grants a world-wide, royalty-free, non-exclusive
10 * license under copyrights and patents it now or hereafter owns or controls to make,
11 * have made, use, import, offer to sell and sell ("Utilize") this software subject to the
12 * terms herein. With respect to the foregoing patent license, such license is granted
13 * solely to the extent that any such patent is necessary to Utilize the software alone.
14 * The patent license shall not apply to any combinations which include this software,
15 * other than combinations with devices manufactured by or for TI ("TI Devices").
16 * No hardware patent is licensed hereunder.
17 *
18 * Redistributions must preserve existing copyright notices and reproduce this license
19 * (including the above copyright notice and the disclaimer and (if applicable) source
20 * code license limitations below) in the documentation and/or other materials provided
21 * with the distribution
22 *
23 * Redistribution and use in binary form, without modification, are permitted provided
24 * that the following conditions are met:
25 *
26 * * No reverse engineering, decompilation, or disassembly of this software is
27 * permitted with respect to any software provided in binary form.
28 *
29 * * any redistribution and use are licensed by TI for use only with TI Devices.
30 *
31 * * Nothing shall obligate TI to provide you with source code for the software
32 * licensed and provided to you in object code.
33 *
34 * If software source code is provided to you, modification and redistribution of the
35 * source code are permitted provided that the following conditions are met:
36 *
37 * * any redistribution and use of the source code, including any resulting derivative
38 * works, are licensed by TI for use only with TI Devices.
39 *
40 * * any redistribution and use of any object code compiled from the source code
41 * and any resulting derivative works, are licensed by TI for use only with TI Devices.
42 *
43 * Neither the name of Texas Instruments Incorporated nor the names of its suppliers
44 *
45 * may be used to endorse or promote products derived from this software without
46 * specific prior written permission.
47 *
48 * DISCLAIMER.
49 *
50 * THIS SOFTWARE IS PROVIDED BY TI AND TI'S LICENSORS "AS IS" AND ANY EXPRESS
51 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
52 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
53 * IN NO EVENT SHALL TI AND TI'S LICENSORS BE LIABLE FOR ANY DIRECT, INDIRECT,
54 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
55 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
56 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
57 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
58 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
59 * OF THE POSSIBILITY OF SUCH DAMAGE.
60 *
61 */
62  /***************************************************************************
63  Project : J721E_Test
64  Date : 2023-11-07 17:28:13
65  SW Ver : 9.0
66  Module Rele Ver : AUTOSAR 4.3.1 0
67  This file is generated by EB Tresos
68  Do not modify this file, otherwise the software may behave in unexpected way.
69 
70  *****************************************************************************/
71 
89 #ifndef CAN_CFG_H_
90 #define CAN_CFG_H_
91 
92 #include "Dem.h"
93 
94 #ifdef __cplusplus
95 extern "C" {
96 #endif
97 
98 
104 #define CAN_VARIANT_PRE_COMPILE (STD_ON)
105 
112 #define CAN_VERSION_INFO_API (STD_ON)
113 
115 #define CAN_DEV_ERROR_DETECT (STD_ON)
116 
118 #define CAN_SAFETY_DIAGNOSTIC (STD_ON)
119 
121 #define CAN_LOOPBACK_ENABLE (STD_ON)
122 
124 #define CAN_REGISTER_READBACK_API (STD_ON)
125 
127 #define CAN_WAKEUP_FUNCTIONALITY_API (STD_OFF)
128 
130 #define CAN_MULTIPLEXED_TRANSMISSION_ENABLE (STD_ON)
131 
138 #define CAN_INIT_CONFIG_PC CanConfigSet
139 
140 
141 
142 
143 /*Requirements: MCAL-2311 */
144 #define CAN_TX_POLLING (STD_OFF)
145 
146 #define CAN_RX_POLLING (STD_OFF)
147 
148 #define CAN_BUSOFF_POLLING (STD_OFF)
149 
150 #define CAN_WAKEUP_POLLING (STD_OFF)
151 
153 /* @} */
154 
155 #define CAN_NUM_CONTROLLER (3U)
156 
158 #define CAN_NUM_MAILBOXES (9U)
159 
161 #define CAN_MAX_CONTROLLER (16U)
162 
164 #define CAN_MAX_MAILBOXES (64U)
165 
167 #define CAN_ISR_TYPE (CAN_ISR_CAT1)
168 
170 #define CLK_CAN_FD_FREQ (80U)
171 
179 #define CanConf_CanController_CanController_0 (0U)
180 #define CanConf_CanController_CanController_1 (1U)
181 #define CanConf_CanController_CanController_2 (2U)
182 /* @} */
183 
184 /* @} */
185 
186 
187 #define CAN_CONTROLLER_MCU_MCAN0
188 
190 #define CAN_CONTROLLER_MCU_MCAN1
191 
193 #define CAN_CONTROLLER_MCAN0
194 
282 #define CanConf_CanHardwareObject_CanHardwareObject_0 (0U)
283 #define CAN_HTRH_0 (CanConf_CanHardwareObject_CanHardwareObject_0)
284 
285 #define CanConf_CanHardwareObject_CanHardwareObject_1 (1U)
286 #define CAN_HTRH_1 (CanConf_CanHardwareObject_CanHardwareObject_1)
287 
288 #define CanConf_CanHardwareObject_CanHardwareObject_2 (2U)
289 #define CAN_HTRH_2 (CanConf_CanHardwareObject_CanHardwareObject_2)
290 
291 #define CanConf_CanHardwareObject_CanHardwareObject_3 (3U)
292 #define CAN_HTRH_3 (CanConf_CanHardwareObject_CanHardwareObject_3)
293 
294 #define CanConf_CanHardwareObject_CanHardwareObject_4 (4U)
295 #define CAN_HTRH_4 (CanConf_CanHardwareObject_CanHardwareObject_4)
296 
297 #define CanConf_CanHardwareObject_CanHardwareObject_5 (5U)
298 #define CAN_HTRH_5 (CanConf_CanHardwareObject_CanHardwareObject_5)
299 
300 #define CanConf_CanHardwareObject_CanHardwareObject_6 (6U)
301 #define CAN_HTRH_6 (CanConf_CanHardwareObject_CanHardwareObject_6)
302 
303 #define CanConf_CanHardwareObject_CanHardwareObject_7 (7U)
304 #define CAN_HTRH_7 (CanConf_CanHardwareObject_CanHardwareObject_7)
305 
306 #define CanConf_CanHardwareObject_CanHardwareObject_8 (8U)
307 #define CAN_HTRH_8 (CanConf_CanHardwareObject_CanHardwareObject_8)
308 
309 /* @} */
310 
311 /* @} */
312 
314 #define CAN_OS_COUNTER_ID ((CounterType)OsCounter_0)
315 
321 #define CAN_TIMEOUT_DURATION (10000U)
322 
329 #define DemConf_DemEventParameter_CAN_DEM_NO_EVENT (0xFFFFU)
330 #define CAN_DEM_NO_EVENT DemConf_DemEventParameter_CAN_DEM_NO_EVENT
331 
332 #ifndef CAN_E_HARDWARE_ERROR
333 
334 #define CAN_E_HARDWARE_ERROR (DemConf_DemEventParameter_CAN_E_HARDWARE_ERROR)
335 #endif
336 
337 /* @} */
338 
339 /* ========================================================================== */
340 /* Structures and Enums */
341 /* ========================================================================== */
342 
344 extern const struct Can_ConfigType_s CanConfigSet;
345 
346 
348 extern const struct Can_ControllerStruct_PC CanConfigSet_PC_CanController_0;
349 
351 extern const struct Can_ControllerStruct_PC CanConfigSet_PC_CanController_1;
352 
354 extern const struct Can_ControllerStruct_PC CanConfigSet_PC_CanController_2;
355 
356 
358 extern const struct Can_ControllerStruct_PC
360 
362 extern const struct Can_MailboxStruct_PC
364 
365 /* Design :CAN_DesignId_004 */
369 typedef enum
370 {
384 
385 
386 
387 /* ========================================================================== */
388 /* Global Variables */
389 /* ========================================================================== */
391 extern CONST(uint32, CAN_CONST)
393 
394 extern CONST(uint32, CAN_CONST)
396 
397 extern CONST(uint32, CAN_CONST)
399 
400 extern CONST(uint32, CAN_CONST)
402 /* ========================================================================== */
403 /* Function Declarations */
404 /* ========================================================================== */
405 
407 FUNC(void, CAN_CODE) Can_0_Int0ISR(void);
408 
409 
410 
411 
412 
413 
415 FUNC(void, CAN_CODE) Can_1_Int0ISR(void);
416 
417 
418 
419 
420 
421 
423 FUNC(void, CAN_CODE) Can_2_Int0ISR(void);
424 
425 #ifdef __cplusplus
426 }
427 #endif
428 
429 #endif /*CAN_CFG_H__*/
430 
431 /* @} */
432 /**********************************************************************************************************************
433  * END OF FILE: Can_Cfg.h
434  *********************************************************************************************************************/
const struct Can_ControllerStruct_PC CanConfigSet_PC_CanController_1
CAN Controller Configuration Pre Compile struct declaration.
const uint32 Can_MsgmemRAMBaseAddr[CAN_MAX_CONTROLLER]
Base Address of the can peripherals.
#define CAN_NUM_CONTROLLER
Definition: Can_Cfg.h:155
Definition: Can_Cfg.h:380
#define CAN_NUM_MAILBOXES
Definition: Can_Cfg.h:158
void Can_2_Int0ISR(void)
MCAN0 Controller Instance ISR.
void Can_1_Int0ISR(void)
MCU_MCAN1 Controller Instance ISR.
const uint32 Can_MCANSSBaseAddr[CAN_MAX_CONTROLLER]
Can_ControllerInstance
Can Controller Instances enum.
Definition: Can_Cfg.h:369
void Can_0_Int0ISR(void)
MCU_MCAN0 Controller Instance ISR.
const struct Can_ControllerStruct_PC CanConfigSet_PC_CanController_0
CAN Controller Configuration Pre Compile struct declaration.
Definition: Can_Cfg.h:371
#define CAN_MAX_CONTROLLER
Definition: Can_Cfg.h:161
const uint32 Can_MCANECCAggrRegBaseAddr[CAN_MAX_CONTROLLER]
const struct Can_ConfigType_s CanConfigSet
CAN Configuration struct declaration.
const struct Can_ControllerStruct_PC * CanConfigSet_CanController_List_PC[CAN_NUM_CONTROLLER]
CAN Controller Pre Compile Configuration List.
const struct Can_ControllerStruct_PC CanConfigSet_PC_CanController_2
CAN Controller Configuration Pre Compile struct declaration.
Definition: Can_Cfg.h:375
const struct Can_MailboxStruct_PC * CanConfigSet_CanHardwareObject_List_PC[CAN_NUM_MAILBOXES]
CAN Mailbox Pre Compile Configuration List.
const uint32 Can_MCANCoreRegBaseAddr[CAN_MAX_CONTROLLER]