pub struct W(_);
Expand description

Register US_IER_LIN_MODE writer

Implementations

Bit 0 - RXRDY Interrupt Enable

Bit 1 - TXRDY Interrupt Enable

Bit 5 - Overrun Error Interrupt Enable

Bit 6 - Framing Error Interrupt Enable

Bit 7 - Parity Error Interrupt Enable

Bit 8 - Timeout Interrupt Enable

Bit 9 - TXEMPTY Interrupt Enable

Bit 13 - LIN Break Sent or LIN Break Received Interrupt Enable

Bit 14 - LIN Identifier Sent or LIN Identifier Received Interrupt Enable

Bit 15 - LIN Transfer Completed Interrupt Enable

Bit 25 - LIN Bus Error Interrupt Enable

Bit 26 - LIN Inconsistent Synch Field Error Interrupt Enable

Bit 27 - LIN Identifier Parity Interrupt Enable

Bit 28 - LIN Checksum Error Interrupt Enable

Bit 29 - LIN Slave Not Responding Error Interrupt Enable

Bit 30 - LIN Synch Tolerance Error Interrupt Enable

Bit 31 - LIN Header Timeout Error Interrupt Enable

Writes raw bits to the register.

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