|
NetBurner 3.5.6
PDF Version |
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 |
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.
| flexcan_frame_format_t _flexcan_rx_mb_config::format |
CAN Frame Identifier format(Standard of Extend).
| uint32_t _flexcan_rx_mb_config::id |
CAN Message Buffer Frame Identifier, should be set using FLEXCAN_ID_EXT() or FLEXCAN_ID_STD() macro.
| flexcan_frame_type_t _flexcan_rx_mb_config::type |
CAN Frame Type(Data or Remote).