CAN Transmit Message Frame.
More...
#include <hpm_mcan_drv.h>
CAN Transmit Message Frame.
- Note
- Users need to pay attention to the CAN Identifier settings For standard identifier, the use_ext_id should be set to 0 and the std_id should be used For extended identifier, the use_ext_id should be set to 1 and the ext_id should be used
◆ bitrate_switch
| uint32_t mcan_tx_message_struct::bitrate_switch |
◆ canfd_frame
| uint32_t mcan_tx_message_struct::canfd_frame |
◆ data_32
| uint32_t mcan_tx_message_struct::data_32[16] |
Data buffer as word array
◆ data_8
| uint8_t mcan_tx_message_struct::data_8[64] |
Data buffer as byte array
◆ dlc
| uint32_t mcan_tx_message_struct::dlc |
◆ error_state_indicator
| uint32_t mcan_tx_message_struct::error_state_indicator |
◆ event_fifo_control
| uint32_t mcan_tx_message_struct::event_fifo_control |
◆ ext_id
| uint32_t mcan_tx_message_struct::ext_id |
◆ message_marker_h
| uint32_t mcan_tx_message_struct::message_marker_h |
◆ message_marker_l
| uint32_t mcan_tx_message_struct::message_marker_l |
◆ rtr
| uint32_t mcan_tx_message_struct::rtr |
Remote Transmission Request
◆ std_id
| uint32_t mcan_tx_message_struct::std_id |
◆ timestamp_capture_enable
| uint32_t mcan_tx_message_struct::timestamp_capture_enable |
Timestamp Capture Enable for TSU
◆ use_ext_id
| uint32_t mcan_tx_message_struct::use_ext_id |
The documentation for this struct was generated from the following file: