pub struct R(_);
Expand description

Register DEBUG_STATUS reader

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

Methods from Deref<Target = R<DEBUG_STATUS_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
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.