![]() |
S32 SDK
|
FlexCAN data info from user Implements : flexcan_data_info_t_Class. More...
#include <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 |
FlexCAN data info from user Implements : flexcan_data_info_t_Class.
Definition at line 134 of file flexcan_driver.h.
uint32_t data_length |
Length of Data in Bytes
Definition at line 136 of file flexcan_driver.h.
bool enable_brs |
is bigger than data_length to fill the MB Enable bit rate switch
Definition at line 140 of file flexcan_driver.h.
bool fd_enable |
Enable or disable FD
Definition at line 137 of file flexcan_driver.h.
uint8_t fd_padding |
Set a value for padding. It will be used when payload
Definition at line 138 of file flexcan_driver.h.
bool is_remote |
Specifies if the frame is standard or remote
Definition at line 141 of file flexcan_driver.h.
flexcan_msgbuff_id_type_t msg_id_type |
Type of message ID (standard or extended)
Definition at line 135 of file flexcan_driver.h.