[][src]Struct saml10d14a::nvmctrl::ctrla::CMD_W

pub struct CMD_W<'a> { /* fields omitted */ }

Write proxy for field CMD

Methods

impl<'a> CMD_W<'a>[src]

pub fn variant(self, variant: CMD_AW) -> &'a mut W[src]

Writes variant to the field

pub fn er(self) -> &'a mut W[src]

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

pub fn wp(self) -> &'a mut W[src]

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

pub fn sprm(self) -> &'a mut W[src]

Sets the power reduction mode.

pub fn cprm(self) -> &'a mut W[src]

Clears the power reduction mode.

pub fn pbc(self) -> &'a mut W[src]

Page Buffer Clear - Clears the page buffer.

pub fn invall(self) -> &'a mut W[src]

Invalidate all cache lines.

pub fn sdal0(self) -> &'a mut W[src]

Set DAL=0

pub fn sdal1(self) -> &'a mut W[src]

Set DAL=1

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for CMD_W<'a>

impl<'a> !Sync for CMD_W<'a>

impl<'a> Send for CMD_W<'a>

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