pub struct R(_);
Expand description

Register IE reader

Implementations

Bit 0 - Rx FIFO 0 new message enable

Bit 1 - Rx FIFO 0 full enable

Bit 2 - Rx FIFO 0 message lost enable

Bit 3 - Rx FIFO 1 new message enable

Bit 4 - Rx FIFO 1 full enable

Bit 5 - Rx FIFO 1 message lost enable

Bit 6 - High-priority message enable

Bit 7 - Transmission completed enable

Bit 8 - Transmission cancellation finished enable

Bit 9 - Tx FIFO empty enable

Bit 10 - Tx even FIFO new entry enable

Bit 11 - Tx event FIFO full enable

Bit 12 - Tx event FIFO element lost enable

Bit 13 - Timestamp wraparound enable

Bit 14 - Message RAM access failure enable

Bit 15 - Timeout occurred enable

Bit 16 - Error logging overflow enable

Bit 17 - Error passive enable

Bit 18 - Warning status enable

Bit 19 - Bus_off status enable

Bit 20 - Watchdog interrupt enable

Bit 21 - Protocol error in arbitration phase enable

Bit 22 - Protocol error in data phase enable

Bit 23 - Access to reserved address enable

Methods from Deref<Target = R<IE_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.