pub struct R(_);
Expand description

Register US_IMR_LIN_MODE reader

Implementations

Bit 0 - RXRDY Interrupt Mask

Bit 1 - TXRDY Interrupt Mask

Bit 5 - Overrun Error Interrupt Mask

Bit 6 - Framing Error Interrupt Mask

Bit 7 - Parity Error Interrupt Mask

Bit 8 - Timeout Interrupt Mask

Bit 9 - TXEMPTY Interrupt Mask

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

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

Bit 15 - LIN Transfer Completed Interrupt Mask

Bit 25 - LIN Bus Error Interrupt Mask

Bit 26 - LIN Inconsistent Synch Field Error Interrupt Mask

Bit 27 - LIN Identifier Parity Interrupt Mask

Bit 28 - LIN Checksum Error Interrupt Mask

Bit 29 - LIN Slave Not Responding Error Interrupt Mask

Bit 30 - LIN Synch Tolerance Error Interrupt Mask

Bit 31 - LIN Header Timeout Error Interrupt Mask

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