[][src]Enum atsams70j19::efc::eefc_fcr::FCMDW

pub enum FCMDW {
    GETD,
    WP,
    WPL,
    EWP,
    EWPL,
    EA,
    EPA,
    SLB,
    CLB,
    GLB,
    SGPB,
    CGPB,
    GGPB,
    STUI,
    SPUI,
    GCALB,
    ES,
    WUS,
    EUS,
    STUS,
    SPUS,
}

Values that can be written to the field FCMD

Variants

GETD

Get Flash descriptor

WP

Write page

WPL

Write page and lock

EWP

Erase page and write page

EWPL

Erase page and write page then lock

EA

Erase all

EPA

Erase pages

SLB

Set lock bit

CLB

Clear lock bit

GLB

Get lock bit

SGPB

Set GPNVM bit

CGPB

Clear GPNVM bit

GGPB

Get GPNVM bit

STUI

Start read unique identifier

SPUI

Stop read unique identifier

GCALB

Get CALIB bit

ES

Erase sector

WUS

Write user signature

EUS

Erase user signature

STUS

Start read user signature

SPUS

Stop read user signature

Trait Implementations

impl Debug for FCMDW[src]

impl PartialEq<FCMDW> for FCMDW[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for FCMDW[src]

impl Clone for FCMDW[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for FCMDW

impl Sync for FCMDW

impl Send for FCMDW

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self