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

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
 

Detailed Description

CAN Rx message structure definition.

Definition at line 245 of file SystemPeripherals_CAN.h.

Member Data Documentation

◆ Data

uint8_t CanRxMsg::Data

Definition at line 259 of file SystemPeripherals_CAN.h.

◆ DLC

uint8_t CanRxMsg::DLC

Definition at line 256 of file SystemPeripherals_CAN.h.

◆ FMI

uint8_t CanRxMsg::FMI

Definition at line 263 of file SystemPeripherals_CAN.h.

◆ Id

uint32_t CanRxMsg::Id

Definition at line 248 of file SystemPeripherals_CAN.h.

◆ IDE

CAN_Identifier CanRxMsg::IDE

Definition at line 252 of file SystemPeripherals_CAN.h.


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