pub struct W(_);
Expand description

Register IDR writer

Implementations

Bit 0 - RHR Data Ready

Bit 1 - THR Data Ready

Bit 2 - Ready for More Commands

Bit 3 - Command Complete

Bit 4 - Master Interface is Idle

Bit 5 - Two-wire Bus is Free

Bit 8 - NAK in Address Phase Received

Bit 9 - NAK in Data Phase Received

Bit 10 - Arbitration Lost

Bit 11 - SMBus Alert

Bit 12 - Timeout

Bit 13 - PEC Error

Bit 14 - Stop Request Accepted

Bit 17 - ACK in HS-mode Master Code Phase Received

Writes raw bits to the register.

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