pub struct W(_);
Expand description

Register CTRL writer

Implementations

Bit 0 - USART Synchronous Mode

Bit 1 - Loopback Enable

Bit 2 - Collision Check Enable

Bit 3 - Multi-Processor Mode

Bit 4 - Multi-Processor Address-Bit

Bits 5:6 - Oversampling

Bit 8 - Clock Polarity

Bit 9 - Clock Edge For Setup/Sample

Bit 10 - Most Significant Bit First

Bit 11 - Action On Slave-Select In Master Mode

Bit 12 - TX Buffer Interrupt Level

Bit 13 - Receiver Input Invert

Bit 14 - Transmitter output Invert

Bit 15 - Chip Select Invert

Bit 16 - Automatic Chip Select

Bit 17 - Automatic TX Tristate

Bit 18 - SmartCard Mode

Bit 19 - SmartCard Retransmit

Bit 20 - Skip Parity Error Frames

Bit 21 - Bit 8 Default Value

Bit 22 - Halt DMA On Error

Bit 23 - Disable RX On Error

Bit 24 - Disable TX On Error

Bit 25 - Synchronous Slave Setup Early

Bits 26:27 - TX Delay Transmission

Bit 28 - Byteswap In Double Accesses

Bit 29 - Always Transmit When RX Not Full

Bit 30 - Majority Vote Disable

Bit 31 - Synchronous Master Sample Delay

Writes raw bits to the register.

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