pub enum SFDPStatus1Volatility {
    NonVolatile06,
    Volatile06,
    Volatile50,
    NonVolatile06Volatile50,
    Mixed06,
    Reserved,
}

Variants

NonVolatile06

Status register 1 is non-volatile, powers up to its last state, write-enable with 0x06.

Volatile06

Status register 1 is volatile, powers up to all ‘1’, write-enable with 0x06.

Volatile50

Status register 1 is volatile, powers up to all ‘1’, write-enable with 0x50.

NonVolatile06Volatile50

Status register 1 powers up to its last non-volatile state, use 0x06 to write to non-volatile register, or use 0x50 to active and write volatile register.

Mixed06

Status register 1 contains a mix of volatile and non-volatile bits. Use instruction 0x06 to write.

Reserved

Reserved volatility mode.

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.