Enum sam4l::flashcalw::FlashState [] [src]

pub enum FlashState {
    Unconfigured,
    Ready,
    Read,
    WriteUnlocking {
        page: i32,
    },
    WriteErasing {
        page: i32,
    },
    WriteWriting,
    EraseUnlocking {
        page: i32,
    },
    EraseErasing,
}

FlashState is used to track the current state and command of the flash.

Variants

Fields of WriteUnlocking

Fields of WriteErasing

Fields of EraseUnlocking

Trait Implementations

impl Clone for FlashState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FlashState
[src]

impl PartialEq for FlashState
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.