TCAN4550  1p2
TCAN4x5x_MCAN_TX_Header Struct Reference

CAN message header for transmitted messages. More...

#include <TCAN4x5x_Data_Structs.h>

Data Fields

uint32_t ID: 29
 CAN ID to send. More...
 
uint8_t RTR: 1
 Remote Transmission Request flag. More...
 
uint8_t XTD: 1
 Extended Identifier flag. More...
 
uint8_t ESI: 1
 Error state indicator flag. More...
 
uint8_t DLC: 4
 Data length code. More...
 
uint8_t BRS: 1
 Bit rate switch used flag. More...
 
uint8_t FDF: 1
 CAN FD Format flag. More...
 
uint8_t reserved: 1
 Reserved. More...
 
uint8_t EFC: 1
 Event FIFO Control flag, to store tx events or not. More...
 
uint8_t MM: 8
 Message Marker, used if EFC is set to 1. More...
 

Detailed Description

CAN message header for transmitted messages.

Definition at line 565 of file TCAN4x5x_Data_Structs.h.

Field Documentation

◆ BRS

uint8_t TCAN4x5x_MCAN_TX_Header::BRS

Bit rate switch used flag.

Definition at line 583 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_WriteTXBuffer().

◆ DLC

uint8_t TCAN4x5x_MCAN_TX_Header::DLC

Data length code.

Definition at line 580 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_WriteTXBuffer().

◆ EFC

uint8_t TCAN4x5x_MCAN_TX_Header::EFC

Event FIFO Control flag, to store tx events or not.

Definition at line 592 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_WriteTXBuffer().

◆ ESI

uint8_t TCAN4x5x_MCAN_TX_Header::ESI

Error state indicator flag.

Definition at line 577 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_WriteTXBuffer().

◆ FDF

uint8_t TCAN4x5x_MCAN_TX_Header::FDF

CAN FD Format flag.

Definition at line 586 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_WriteTXBuffer().

◆ ID

uint32_t TCAN4x5x_MCAN_TX_Header::ID

CAN ID to send.

Definition at line 568 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_WriteTXBuffer().

◆ MM

uint8_t TCAN4x5x_MCAN_TX_Header::MM

Message Marker, used if EFC is set to 1.

Definition at line 595 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_WriteTXBuffer().

◆ reserved

uint8_t TCAN4x5x_MCAN_TX_Header::reserved

Reserved.

Definition at line 589 of file TCAN4x5x_Data_Structs.h.

◆ RTR

uint8_t TCAN4x5x_MCAN_TX_Header::RTR

Remote Transmission Request flag.

Definition at line 571 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_WriteTXBuffer().

◆ XTD

uint8_t TCAN4x5x_MCAN_TX_Header::XTD

Extended Identifier flag.

Definition at line 574 of file TCAN4x5x_Data_Structs.h.

Referenced by TCAN4x5x_MCAN_WriteTXBuffer().


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