pub struct R(_);
Expand description

Register US_CSR_LIN_MODE reader

Implementations

Bit 0 - Receiver Ready (cleared by reading US_RHR)

Bit 1 - Transmitter Ready (cleared by writing US_THR)

Bit 5 - Overrun Error (cleared by writing a one to bit US_CR.RSTSTA)

Bit 6 - Framing Error (cleared by writing a one to bit US_CR.RSTSTA)

Bit 7 - Parity Error (cleared by writing a one to bit US_CR.RSTSTA)

Bit 8 - Receiver Timeout (cleared by writing a one to bit US_CR.STTTO)

Bit 9 - Transmitter Empty (cleared by writing US_THR)

Bit 13 - LIN Break Sent or LIN Break Received

Bit 14 - LIN Identifier Sent or LIN Identifier Received

Bit 15 - LIN Transfer Completed

Bit 23 - LIN Bus Line Status

Bit 25 - LIN Bus Error

Bit 26 - LIN Inconsistent Synch Field Error

Bit 27 - LIN Identifier Parity Error

Bit 28 - LIN Checksum Error

Bit 29 - LIN Slave Not Responding Error Interrupt Mask

Bit 30 - LIN Synch Tolerance Error

Bit 31 - LIN Header Timeout Error

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