pub enum FlashStatus {
    Busy,
    Done,
    Ready,
    HVOngoing,
}
Expand description

Non-error flash read and write statuses

Variants§

§

Busy

Memory interface busy

Write/erase operations are in progress.

§

Done

End of program

This bit is set by hardware at the end of a write or erase operation when the operation has not been aborted.

§

Ready

Ready for read and write/erase operations

§

HVOngoing

High voltage is executing a write/erase operation in the NVM

Trait Implementations§

Formats the value using the given formatter. Read more

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.

Should always be Self
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.