Struct atsame54p19a_pac::nvmctrl::ctrlb::CMD_W[][src]

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

Write proxy for field CMD

Implementations

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

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

Writes variant to the field

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

Erase Page - Only supported in the USER and AUX pages.

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

Erase Block - Erases the block addressed by the ADDR register, not supported in the user page

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, not supported in the user page

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

Write Quad Word - Writes a 128-bit word at the location addressed by the ADDR register.

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

Software Reset - Power-Cycle the NVM memory and replay the device automatic calibration procedure and resets the module configuration registers

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

Lock Region - Locks the region containing the address location in the ADDR register.

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

Unlock Region - Unlocks the region containing the address location in 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 ssb(self) -> &'a mut W[src]

Set Security Bit

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

Bank swap and system reset, if SMEE is used also reallocate SMEE data into the opposite BANK

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

Chip Erase Lock - DSU.CE command is not available

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

Chip Erase Unlock - DSU.CE command is available

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

Sets STATUS.BPDIS, Boot loader protection is discarded until CBPDIS is issued or next start-up sequence

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

Clears STATUS.BPDIS, Boot loader protection is not discarded

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

Activate SmartEEPROM Sector 0, deactivate Sector 1

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

Activate SmartEEPROM Sector 1, deactivate Sector 0

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

Starts SmartEEPROM sector reallocation algorithm

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

Flush SMEE data when in buffered mode

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

Lock access to SmartEEPROM data from any mean

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

Unlock access to SmartEEPROM data

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

Lock access to the SmartEEPROM Register Address Space (above 64KB)

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

Unlock access to the SmartEEPROM Register Address Space (above 64KB)

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

Writes raw bits to the field

Auto Trait Implementations

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

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

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

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.