pub struct R(_);
Expand description

Register CTRL reader

Implementations

Bit 0 - Automatic Transmitter Tristate

Bit 1 - Data-Bit Mode

Bits 2:3 - Parity-Bit Mode

Bit 4 - Stop-Bit Mode

Bit 5 - Invert Input And Output

Bit 6 - Clear RX DMA On Error

Bit 7 - Loopback Enable

Bit 8 - Start-Frame UnBlock RX

Bit 9 - Multi-Processor Mode

Bit 10 - Multi-Processor Address-Bit

Bit 11 - Bit 8 Default Value

Bit 12 - RX DMA Wakeup

Bit 13 - TX DMA Wakeup

Bits 14:15 - TX Delay Transmission

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