Struct esp32s3_hal::pac::rtc_i2c::status::R

pub struct R(_);
Expand description

Register STATUS reader

Implementations§

Bit 0 - ack response

Bit 1 - slave read or write

Bit 2 - arbitration is lost

Bit 3 - bus is busy

Bit 4 - slave reg sub address

Bit 5 - One byte transit done

Bits 6:7 - which operation is working

Bits 16:23 - shifter content

Bits 24:26 - i2c last main status

Bits 28:30 - scl last status

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