STM32Cube Expansion Pack CAN Stack
|
upper layer can use a smaller CAN message header More...
#include <TM_ComStack_Types.h>
Public Attributes | |
ComStack_CanIdType | CanId |
The one and only CanId. | |
uint32_t | DLC |
uint32_t | Timestamp |
uint32_t | FilterMatchIndex |
identifies the HW filter which opens for the message | |
upper layer can use a smaller CAN message header
Definition at line 56 of file TM_ComStack_Types.h.
uint32_t ComStack_CanMsgHeader::DLC |
Specifies the length of the frame that will be transmitted. This parameter must be a number between Min_Data = 0 and Max_Data = 8.
Definition at line 60 of file TM_ComStack_Types.h.
Referenced by CanIf::Transmit().
uint32_t ComStack_CanMsgHeader::Timestamp |
Specifies the timestamp counter value captured on start of frame reception.
Definition at line 62 of file TM_ComStack_Types.h.