Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
CanTxMsg Struct Reference

CAN Tx message structure definition. More...

#include <Imt.Base.HAL.STM32F103HD/SystemPeripherals_CAN.h>

Public Attributes

uint32_t Id
 
CAN_Identifier IDE
 
uint8_t DLC
 
uint8_t Data [8]
 

Detailed Description

CAN Tx message structure definition.

Definition at line 219 of file SystemPeripherals_CAN.h.

Member Data Documentation

◆ Data

uint8_t CanTxMsg::Data

Definition at line 231 of file SystemPeripherals_CAN.h.

◆ DLC

uint8_t CanTxMsg::DLC

Definition at line 228 of file SystemPeripherals_CAN.h.

◆ Id

uint32_t CanTxMsg::Id

Definition at line 222 of file SystemPeripherals_CAN.h.

◆ IDE

CAN_Identifier CanTxMsg::IDE

Definition at line 225 of file SystemPeripherals_CAN.h.


The documentation for this struct was generated from the following files: