pub struct W(_);
Expand description

Register IE writer

Implementations

Bit 0 - Rx FIFO 0 new message interrupt enable

Bit 1 - Rx FIFO 0 full interrupt enable

Bit 2 - Rx FIFO 0 message lost interrupt enable

Bit 3 - Rx FIFO 1 new message interrupt enable

Bit 4 - Rx FIFO 1 full interrupt enable

Bit 5 - Rx FIFO 1 message lost interrupt enable

Bit 6 - High-priority message interrupt enable

Bit 7 - Transmission completed interrupt enable

Bit 8 - Transmission cancellation finished interrupt enable

Bit 9 - Tx FIFO empty interrupt enable

Bit 10 - Tx event FIFO new entry interrupt enable

Bit 11 - Tx event FIFO full interrupt enable

Bit 12 - Tx event FIFO element lost interrupt enable

Bit 13 - Timestamp wraparound interrupt enable

Bit 14 - Message RAM access failure interrupt enable

Bit 15 - Timeout occurred interrupt enable

Bit 16 - Error logging overflow interrupt enable

Bit 17 - Error passive interrupt enable

Bit 18 - Warning status interrupt enable

Bit 19 - Bus_Off status

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

Writes raw bits to the register.

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