pub struct R(_);
Expand description

Register FLCTL_IFG reader

Implementations

Bit 0 - If set to 1, indicates that the Read Burst/Compare operation is complete

Bit 1 - If set to 1, indicates that the pre-program verify operation has detected an error

Bit 2 - If set to 1, indicates that the post-program verify operation has failed comparison

Bit 3 - If set to 1, indicates that a word Program operation is complete

Bit 4 - If set to 1, indicates that the configured Burst Program operation is complete

Bit 5 - If set to 1, indicates that the Erase operation is complete

Bit 8 - If set to 1, indicates that a Benchmark Compare match occurred

Bit 9 - If set to 1, indicates a word composition error in full word write mode (possible data loss due to writes crossing over to a new 128bit boundary before full word has been composed)

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