iLLD_TC29x
1.0
|
MULTICAN on-chip implementation data. More...
Go to the source code of this file.
Macros | |
#define | IFXMULTICAN_NUM_MESSAGE_OBJECTS (256) |
Number of CAN message objects. More... | |
#define | IFXMULTICAN_NUM_NODES (4) |
Number of CAN nodes. More... | |
#define | IFXMULTICAN_NUM_SRC (16) |
Number of service requests. More... | |
#define | IFXMULTICAN_R_NUM_MESSAGE_OBJECTS (128) |
Number of CANR message objects. More... | |
#define | IFXMULTICAN_R_NUM_NODES (2) |
Number of CANR nodes. More... | |
#define | IFXMULTICAN_R_NUM_SRC (8) |
Number of CANR service requests. More... | |
Enumerations | |
enum | IfxMultican_NodeId { IfxMultican_NodeId_none = -1, IfxMultican_NodeId_0 = 0, IfxMultican_NodeId_1, IfxMultican_NodeId_2, IfxMultican_NodeId_3 } |
CAN Nodes definition. More... | |
enum | IfxMultican_SrcId { IfxMultican_SrcId_0 = 0, IfxMultican_SrcId_1, IfxMultican_SrcId_2, IfxMultican_SrcId_3, IfxMultican_SrcId_4, IfxMultican_SrcId_5, IfxMultican_SrcId_6, IfxMultican_SrcId_7, IfxMultican_SrcId_8, IfxMultican_SrcId_9, IfxMultican_SrcId_10, IfxMultican_SrcId_11, IfxMultican_SrcId_12, IfxMultican_SrcId_13, IfxMultican_SrcId_14, IfxMultican_SrcId_15 } |
Service request ID. More... | |
MULTICAN on-chip implementation data.
IMPORTANT NOTICE
Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.
THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
Definition in file IfxMultican_cfg.h.
#define IFXMULTICAN_NUM_MESSAGE_OBJECTS (256) |
Number of CAN message objects.
Definition at line 46 of file IfxMultican_cfg.h.
Referenced by IfxMultican_Can_initModule(), and IfxMultican_deinit().
#define IFXMULTICAN_NUM_NODES (4) |
Number of CAN nodes.
Definition at line 50 of file IfxMultican_cfg.h.
Referenced by IfxMultican_Can_initModule(), and IfxMultican_deinit().
#define IFXMULTICAN_NUM_SRC (16) |
Number of service requests.
Definition at line 54 of file IfxMultican_cfg.h.
Referenced by IfxMultican_Can_initModule(), IfxMultican_Can_initModuleConfig(), and IfxMultican_deinit().
#define IFXMULTICAN_R_NUM_MESSAGE_OBJECTS (128) |
Number of CANR message objects.
Definition at line 58 of file IfxMultican_cfg.h.
#define IFXMULTICAN_R_NUM_NODES (2) |
Number of CANR nodes.
Definition at line 62 of file IfxMultican_cfg.h.
#define IFXMULTICAN_R_NUM_SRC (8) |
Number of CANR service requests.
Definition at line 66 of file IfxMultican_cfg.h.
enum IfxMultican_NodeId |
CAN Nodes definition.
Definition at line 76 of file IfxMultican_cfg.h.
enum IfxMultican_SrcId |
Service request ID.
Definition at line 87 of file IfxMultican_cfg.h.