This is the generated driver types header file for the CAN driver using CCL. More...
#include <stdint.h>
Include dependency graph for can_types.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | CAN_MSG_FIELD |
| This data structure used to configure the message fields. Some of the fields formatType and brs data should match with the CAN FD configuration in Melody MCC user interface. More... | |
| struct | CAN_MSG_OBJ |
| This data structure used to configure the CAN FD message object. More... | |
CAN Generated Driver Types Header File
Definition in file can_types.h.
| enum CAN_DLC |
Definition at line 176 of file can_types.h.
| enum CAN_MSG_OBJ_BRS_MODE |
| Enumerator | |
|---|---|
| CAN_NON_BRS_MODE | Disable BRS Mode (Supported only in CAN FD mode) |
| CAN_BRS_MODE | Enable BRS Mode (Supported only in CAN FD mode) |
Definition at line 79 of file can_types.h.
| Enumerator | |
|---|---|
| CAN_FRAME_DATA | Data Frame CAN message object |
| CAN_FRAME_RTR | Remote Transmit Request Frame CAN message object |
Definition at line 101 of file can_types.h.
| enum CAN_MSG_OBJ_ID_TYPE |
| Enumerator | |
|---|---|
| CAN_FRAME_STD | Standard ID CAN message object |
| CAN_FRAME_EXT | Extended ID CAN message object |
Definition at line 90 of file can_types.h.
| enum CAN_MSG_OBJ_TYPE |
| Enumerator | |
|---|---|
| CAN_2_0_FORMAT | CAN 2.0 Message format |
| CAN_FD_FORMAT | CAN FD Message format (Supported only in CAN FD mode) |
Definition at line 112 of file can_types.h.
| enum CAN_OP_MODE_STATUS |
Definition at line 153 of file can_types.h.
| enum CAN_OP_MODES |
Definition at line 136 of file can_types.h.
| enum CAN_RX_FIFO_STATUS |
| Enumerator | |
|---|---|
| CAN_RX_MSG_NOT_AVAILABLE | |
| CAN_RX_MSG_AVAILABLE | |
| CAN_RX_MSG_OVERFLOW | |
Definition at line 205 of file can_types.h.
| enum CAN_TX_FIFO_STATUS |
| Enumerator | |
|---|---|
| CAN_TX_FIFO_FULL | Defines the Transmit FIFO is full |
| CAN_TX_FIFO_AVAILABLE | Defines the Transmit FIFO is available |
Definition at line 165 of file can_types.h.
Definition at line 123 of file can_types.h.