TCAN4550  1p1
TCAN4x5x_MCAN_TX_Header_Struct 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 552 of file TCAN4x5x_Data_Structs.h.

Field Documentation

◆ BRS

uint8_t TCAN4x5x_MCAN_TX_Header_Struct::BRS

Bit rate switch used flag.

Definition at line 570 of file TCAN4x5x_Data_Structs.h.

Referenced by main(), and TCAN4x5x_MCAN_WriteTXBuffer().

◆ DLC

uint8_t TCAN4x5x_MCAN_TX_Header_Struct::DLC

Data length code.

Definition at line 567 of file TCAN4x5x_Data_Structs.h.

Referenced by main(), and TCAN4x5x_MCAN_WriteTXBuffer().

◆ EFC

uint8_t TCAN4x5x_MCAN_TX_Header_Struct::EFC

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

Definition at line 579 of file TCAN4x5x_Data_Structs.h.

Referenced by main(), and TCAN4x5x_MCAN_WriteTXBuffer().

◆ ESI

uint8_t TCAN4x5x_MCAN_TX_Header_Struct::ESI

Error state indicator flag.

Definition at line 564 of file TCAN4x5x_Data_Structs.h.

Referenced by main(), and TCAN4x5x_MCAN_WriteTXBuffer().

◆ FDF

uint8_t TCAN4x5x_MCAN_TX_Header_Struct::FDF

CAN FD Format flag.

Definition at line 573 of file TCAN4x5x_Data_Structs.h.

Referenced by main(), and TCAN4x5x_MCAN_WriteTXBuffer().

◆ ID

uint32_t TCAN4x5x_MCAN_TX_Header_Struct::ID

CAN ID to send.

Definition at line 555 of file TCAN4x5x_Data_Structs.h.

Referenced by main(), and TCAN4x5x_MCAN_WriteTXBuffer().

◆ MM

uint8_t TCAN4x5x_MCAN_TX_Header_Struct::MM

Message Marker, used if EFC is set to 1.

Definition at line 582 of file TCAN4x5x_Data_Structs.h.

Referenced by main(), and TCAN4x5x_MCAN_WriteTXBuffer().

◆ reserved

uint8_t TCAN4x5x_MCAN_TX_Header_Struct::reserved

Reserved.

Definition at line 576 of file TCAN4x5x_Data_Structs.h.

◆ RTR

uint8_t TCAN4x5x_MCAN_TX_Header_Struct::RTR

Remote Transmission Request flag.

Definition at line 558 of file TCAN4x5x_Data_Structs.h.

Referenced by main(), and TCAN4x5x_MCAN_WriteTXBuffer().

◆ XTD

uint8_t TCAN4x5x_MCAN_TX_Header_Struct::XTD

Extended Identifier flag.

Definition at line 561 of file TCAN4x5x_Data_Structs.h.

Referenced by main(), and TCAN4x5x_MCAN_WriteTXBuffer().


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