pub struct W(_);
Expand description

Register US_CR_USART_MODE writer

Implementations

Bit 2 - Reset Receiver

Bit 3 - Reset Transmitter

Bit 4 - Receiver Enable

Bit 5 - Receiver Disable

Bit 6 - Transmitter Enable

Bit 7 - Transmitter Disable

Bit 8 - Reset Status Bits

Bit 9 - Start Break

Bit 10 - Stop Break

Bit 11 - Clear TIMEOUT Flag and Start Timeout After Next Character Received

Bit 12 - Send Address

Bit 13 - Reset Iterations

Bit 14 - Reset Non Acknowledge

Bit 15 - Start Timeout Immediately

Bit 16 - Data Terminal Ready Enable

Bit 17 - Data Terminal Ready Disable

Bit 18 - Request to Send Enable

Bit 19 - Request to Send Disable

Writes raw bits to the register.

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