[][src]Enum saml10d14a::nvmctrl::ctrla::CMD_AW

pub enum CMD_AW {
    ER,
    WP,
    SPRM,
    CPRM,
    PBC,
    INVALL,
    SDAL0,
    SDAL1,
}

Possible values of the field CMD

Variants

ER

Erase Row - Erases the row addressed by the ADDR register.

WP

Write Page - Writes the contents of the page buffer to the page addressed by the ADDR register.

SPRM

Sets the power reduction mode.

CPRM

Clears the power reduction mode.

PBC

Page Buffer Clear - Clears the page buffer.

INVALL

Invalidate all cache lines.

SDAL0

Set DAL=0

SDAL1

Set DAL=1

Trait Implementations

impl ToBits<u8> for CMD_AW[src]

impl Debug for CMD_AW[src]

impl PartialEq<CMD_AW> for CMD_AW[src]

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

This method tests for !=.

impl Copy for CMD_AW[src]

impl Clone for CMD_AW[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 CMD_AW

impl Send for CMD_AW

impl Sync for CMD_AW

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