libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
fdcan_tx_event_element Struct Reference

Structure describing transmit event element. More...

#include <fdcan.h>

Data Fields

uint32_t identifier_flags
 Aggregate of message identifier and flags. More...
 
uint32_t evt_fmt_dlc_ts
 Aggregate of event ID, transfer format, DLC and timestamp. More...
 

Detailed Description

Structure describing transmit event element.

Transmit event element consists of 2 32bit values. This area of memory can only be accessed in 32bit quantities

Definition at line 674 of file fdcan.h.

Field Documentation

◆ evt_fmt_dlc_ts

uint32_t fdcan_tx_event_element::evt_fmt_dlc_ts

Aggregate of event ID, transfer format, DLC and timestamp.

Definition at line 679 of file fdcan.h.

◆ identifier_flags

uint32_t fdcan_tx_event_element::identifier_flags

Aggregate of message identifier and flags.

Definition at line 676 of file fdcan.h.


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