TCAN4550
1p1
|
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... | |
CAN message header for transmitted messages.
Definition at line 567 of file TCAN4x5x_Data_Structs.h.
uint8_t TCAN4x5x_MCAN_TX_Header::BRS |
Bit rate switch used flag.
Definition at line 585 of file TCAN4x5x_Data_Structs.h.
Referenced by TCAN4x5x_MCAN_WriteTXBuffer().
uint8_t TCAN4x5x_MCAN_TX_Header::DLC |
Data length code.
Definition at line 582 of file TCAN4x5x_Data_Structs.h.
Referenced by TCAN4x5x_MCAN_WriteTXBuffer().
uint8_t TCAN4x5x_MCAN_TX_Header::EFC |
Event FIFO Control flag, to store tx events or not.
Definition at line 594 of file TCAN4x5x_Data_Structs.h.
Referenced by TCAN4x5x_MCAN_WriteTXBuffer().
uint8_t TCAN4x5x_MCAN_TX_Header::ESI |
Error state indicator flag.
Definition at line 579 of file TCAN4x5x_Data_Structs.h.
Referenced by TCAN4x5x_MCAN_WriteTXBuffer().
uint8_t TCAN4x5x_MCAN_TX_Header::FDF |
CAN FD Format flag.
Definition at line 588 of file TCAN4x5x_Data_Structs.h.
Referenced by TCAN4x5x_MCAN_WriteTXBuffer().
uint32_t TCAN4x5x_MCAN_TX_Header::ID |
CAN ID to send.
Definition at line 570 of file TCAN4x5x_Data_Structs.h.
Referenced by TCAN4x5x_MCAN_WriteTXBuffer().
uint8_t TCAN4x5x_MCAN_TX_Header::MM |
Message Marker, used if EFC
is set to 1.
Definition at line 597 of file TCAN4x5x_Data_Structs.h.
Referenced by TCAN4x5x_MCAN_WriteTXBuffer().
uint8_t TCAN4x5x_MCAN_TX_Header::reserved |
Reserved.
Definition at line 591 of file TCAN4x5x_Data_Structs.h.
uint8_t TCAN4x5x_MCAN_TX_Header::RTR |
Remote Transmission Request flag.
Definition at line 573 of file TCAN4x5x_Data_Structs.h.
Referenced by TCAN4x5x_MCAN_WriteTXBuffer().
uint8_t TCAN4x5x_MCAN_TX_Header::XTD |
Extended Identifier flag.
Definition at line 576 of file TCAN4x5x_Data_Structs.h.
Referenced by TCAN4x5x_MCAN_WriteTXBuffer().