pub struct R(_);
Expand description

Register STATUS reader

Implementations

Bits 0:3 - Indicates the state of the eFuse state machine.

Bit 4 - The value of OTP_LOAD_SW.

Bit 5 - The value of OTP_VDDQ_C_SYNC2.

Bit 6 - The value of OTP_STROBE_SW.

Bit 7 - The value of OTP_CSB_SW.

Bit 8 - The value of OTP_PGENB_SW.

Bit 9 - The value of OTP_VDDQ_IS_SW.

Bits 10:15 - Record the number of bit ‘1’ in BLOCK0.

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.