pub struct W(_);
Expand description

Register DEBUG_STATUS writer

Implementations

Bit 0 - The value of an acknowledge signal on the bus

Bit 1 - When working as a slave, the value of R/W bit received

Bit 2 - Transfer has timed out

Bit 3 - When working as a master, lost control of I2C bus

Bit 4 - operation is in progress

Bit 5 - When working as a slave, whether address was matched

Bit 6 - 8 bit transmit done

Bits 25:27 - state of the main state machine

Bits 28:30 - state of SCL state machine

Writes raw bits to the register.

Methods from Deref<Target = W<DEBUG_STATUS_SPEC>>

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

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.