FlexCAN data info from user Implements : flexcan_data_info_t_Class. More...

#include <platform/drivers/inc/flexcan_driver.h>

Data Fields

flexcan_msgbuff_id_type_t msg_id_type
 
uint32_t data_length
 
bool fd_enable
 
uint8_t fd_padding
 
bool enable_brs
 
bool is_remote
 

Detailed Description

FlexCAN data info from user Implements : flexcan_data_info_t_Class.

Definition at line 149 of file flexcan_driver.h.

Field Documentation

uint32_t data_length

Length of Data in Bytes

Definition at line 151 of file flexcan_driver.h.

bool enable_brs

Enable bit rate switch inside a CAN FD format frame

Definition at line 156 of file flexcan_driver.h.

bool fd_enable

Enable or disable FD

Definition at line 153 of file flexcan_driver.h.

uint8_t fd_padding

Set a value for padding. It will be used when the data length code (DLC) specifies a bigger payload size than data_length to fill the MB

Definition at line 154 of file flexcan_driver.h.

bool is_remote

Specifies if the frame is standard or remote

Definition at line 158 of file flexcan_driver.h.

Type of message ID (standard or extended)

Definition at line 150 of file flexcan_driver.h.


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