Enum sam4l::flashcalw::FlashCMD [] [src]

pub enum FlashCMD {
    NOP,
    WP,
    EP,
    CPB,
    LP,
    UP,
    EA,
    WGPB,
    EGPB,
    SSB,
    PGPFB,
    EAGPF,
    QPR,
    WUP,
    EUP,
    QPRUP,
    HSEN,
    HSDIS,
}

There are 18 recognized commands for the flash. These are "bare-bones" commands and values that are written to the Flash's command register to inform the flash what to do. Table 14-5.

Variants

Trait Implementations

impl Clone for FlashCMD
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FlashCMD
[src]

impl PartialEq for FlashCMD
[src]

[src]

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

1.0.0
[src]

This method tests for !=.