CAN buffer configuration Implements : can_buff_config_t_Class. More...

#include <platform/pal/can/inc/can_pal.h>

Data Fields

bool enableFD
 
bool enableBRS
 
uint8_t fdPadding
 
can_msg_id_type_t idType
 
bool isRemote
 

Detailed Description

CAN buffer configuration Implements : can_buff_config_t_Class.

Definition at line 97 of file can_pal.h.

Field Documentation

bool enableBRS

Enable bit rate switch inside a CAN FD frame

Definition at line 99 of file can_pal.h.

bool enableFD

Enable flexible data rate

Definition at line 98 of file can_pal.h.

uint8_t fdPadding

Value used for padding when the data length code (DLC) specifies a bigger payload size than the actual data length

Definition at line 100 of file can_pal.h.

Specifies whether the frame format is standard or extended

Definition at line 102 of file can_pal.h.

bool isRemote

Specifies if the frame is standard or remote

Definition at line 103 of file can_pal.h.


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