pub struct R(_);
Expand description

Register IR reader

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 even 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

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

Bit 22 - Protocol error in data phase

Bit 23 - Access to reserved address

Methods from Deref<Target = R<IR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

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.