NetBurner 3.5.6
PDF Version
_flexcan_rx_mb_config Struct Reference

FlexCAN Receive Message Buffer configuration structure. More...

#include <fsl_flexcan.h>

Public Attributes

uint32_t id
 
flexcan_frame_format_t format
 
flexcan_frame_type_t type
 

Detailed Description

FlexCAN Receive Message Buffer configuration structure.

This structure is used as the parameter of FLEXCAN_SetRxMbConfig() function. The FLEXCAN_SetRxMbConfig() function is used to configure FlexCAN Receive Message Buffer. The function abort previous receiving process, clean the Message Buffer and activate the Rx Message Buffer using given Message Buffer setting.

Member Data Documentation

◆ format

flexcan_frame_format_t _flexcan_rx_mb_config::format

CAN Frame Identifier format(Standard of Extend).

◆ id

uint32_t _flexcan_rx_mb_config::id

CAN Message Buffer Frame Identifier, should be set using FLEXCAN_ID_EXT() or FLEXCAN_ID_STD() macro.

◆ type

flexcan_frame_type_t _flexcan_rx_mb_config::type

CAN Frame Type(Data or Remote).


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