pub struct R(_);
Expand description

Register EEFC_FSR reader

Implementations

Bit 0 - Flash Ready Status (cleared when Flash is busy)

Bit 1 - Flash Command Error Status (cleared on read or by writing EEFC_FCR)

Bit 2 - Flash Lock Error Status (cleared on read)

Bit 3 - Flash Error Status (cleared when a programming operation starts)

Bit 16 - Unique ECC Error on LSB Part of the Memory Flash Data Bus (cleared on read)

Bit 17 - Multiple ECC Error on LSB Part of the Memory Flash Data Bus (cleared on read)

Bit 18 - Unique ECC Error on MSB Part of the Memory Flash Data Bus (cleared on read)

Bit 19 - Multiple ECC Error on MSB Part of the Memory Flash Data Bus (cleared on read)

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