pub struct W(_);
Expand description

Register IR writer

Implementations

Bit 0 - Rx FIFO 0 new message

Bit 1 - Rx FIFO 0 full

Bit 2 - Rx FIFO 0 message lost

Bit 3 - Rx FIFO 1 new message

Bit 4 - Rx FIFO 1 full

Bit 5 - Rx FIFO 1 message lost

Bit 6 - High-priority message

Bit 7 - Transmission completed

Bit 8 - Transmission cancellation finished

Bit 9 - Tx FIFO empty

Bit 10 - Tx event FIFO New Entry

Bit 11 - Tx event FIFO full

Bit 12 - Tx event FIFO element lost

Bit 13 - Timestamp wraparound

Bit 14 - Message RAM access failure The flag is set when the Rx handler: has not completed acceptance filtering or storage of an accepted message until the arbitration field of the following message has been received. In this case acceptance filtering or message storage is aborted and the Rx Handler starts processing of the following message. was unable to write a message to the message RAM. In this case message storage is aborted. In both cases the FIFO put index is not updated. The partly stored message is overwritten when the next message is stored to this location. The flag is also set when the Tx Handler was not able to read a message from the Message RAM in time. In this case message transmission is aborted. In case of a Tx Handler access failure the FDCAN is switched into Restricted Operation Mode (see mode). To leave Restricted Operation Mode, the Host CPU has to reset CCCR.ASM.

Bit 15 - Timeout occurred

Bit 16 - Error logging overflow

Bit 17 - Error passive

Bit 18 - Warning status

Bit 19 - Bus_Off status

Bit 20 - Watchdog interrupt

Bit 21 - Protocol error in arbitration phase (nominal bit time is used)

Bit 22 - Protocol error in data phase (data bit time is used)

Bit 23 - Access to reserved address

Writes raw bits to the register.

Methods from Deref<Target = W<IR_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.