pub struct W(_);
Expand description

Register US_MR_USART_MODE writer

Implementations

Bits 0:3 - USART Mode of Operation

Bits 4:5 - Clock Selection

Bits 6:7 - Character Length

Bit 8 - Synchronous Mode Select

Bits 9:11 - Parity Type

Bits 12:13 - Number of Stop Bits

Bits 14:15 - Channel Mode

Bit 16 - Bit Order

Bit 17 - 9-bit Character Length

Bit 18 - Clock Output Select

Bit 19 - Oversampling Mode

Bit 20 - Inhibit Non Acknowledge

Bit 21 - Disable Successive NACK

Bit 22 - Variable Synchronization of Command/Data Sync Start Frame Delimiter

Bit 23 - Inverted Data

Bits 24:26 - Maximum Number of Automatic Iteration

Bit 28 - Receive Line Filter

Bit 29 - Manchester Encoder/Decoder Enable

Bit 30 - Manchester Synchronization Mode

Bit 31 - Start Frame Delimiter Selector

Writes raw bits to the register.

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