pub struct W(_);
Expand description

Register TWIHS_CR writer

Implementations

Bit 0 - Send a START Condition

Bit 1 - Send a STOP Condition

Bit 2 - TWIHS Master Mode Enabled

Bit 3 - TWIHS Master Mode Disabled

Bit 4 - TWIHS Slave Mode Enabled

Bit 5 - TWIHS Slave Mode Disabled

Bit 6 - SMBus Quick Command

Bit 7 - Software Reset

Bit 8 - TWIHS High-Speed Mode Enabled

Bit 9 - TWIHS High-Speed Mode Disabled

Bit 10 - SMBus Mode Enabled

Bit 11 - SMBus Mode Disabled

Bit 12 - Packet Error Checking Enable

Bit 13 - Packet Error Checking Disable

Bit 14 - PEC Request

Bit 15 - Bus CLEAR Command

Bit 16 - Alternative Command Mode Enable

Bit 17 - Alternative Command Mode Disable

Bit 24 - Transmit Holding Register Clear

Bit 26 - Lock Clear

Bit 28 - FIFO Enable

Bit 29 - FIFO Disable

Writes raw bits to the register.

Methods from Deref<Target = W<TWIHS_CR_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Performs the conversion.

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.