![]() |
Imt.Base C++ API V4.1.1.0
|
CAN Rx 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] |
uint8_t | FMI |
CAN Rx message structure definition.
Definition at line 245 of file SystemPeripherals_CAN.h.
uint8_t CanRxMsg::Data |
Definition at line 259 of file SystemPeripherals_CAN.h.
uint8_t CanRxMsg::DLC |
Definition at line 256 of file SystemPeripherals_CAN.h.
uint8_t CanRxMsg::FMI |
Definition at line 263 of file SystemPeripherals_CAN.h.
uint32_t CanRxMsg::Id |
Definition at line 248 of file SystemPeripherals_CAN.h.
CAN_Identifier CanRxMsg::IDE |
Definition at line 252 of file SystemPeripherals_CAN.h.