[][src]Struct atsamd51j19a::nvmctrl::intenset::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u16) -> &mut Self[src]

Writes raw bits to the register

pub fn done(&mut self) -> _DONEW[src]

Bit 0 - Command Done Interrupt Enable

pub fn addre(&mut self) -> _ADDREW[src]

Bit 1 - Address Error Interrupt Enable

pub fn proge(&mut self) -> _PROGEW[src]

Bit 2 - Programming Error Interrupt Enable

pub fn locke(&mut self) -> _LOCKEW[src]

Bit 3 - Lock Error Interrupt Enable

pub fn eccse(&mut self) -> _ECCSEW[src]

Bit 4 - ECC Single Error Interrupt Enable

pub fn eccde(&mut self) -> _ECCDEW[src]

Bit 5 - ECC Dual Error Interrupt Enable

pub fn nvme(&mut self) -> _NVMEW[src]

Bit 6 - NVM Error Interrupt Enable

pub fn susp(&mut self) -> _SUSPW[src]

Bit 7 - Suspended Write Or Erase Interrupt Enable

pub fn seesfull(&mut self) -> _SEESFULLW[src]

Bit 8 - Active SEES Full Interrupt Enable

pub fn seesovf(&mut self) -> _SEESOVFW[src]

Bit 9 - Active SEES Overflow Interrupt Enable

pub fn seewrc(&mut self) -> _SEEWRCW[src]

Bit 10 - SEE Write Completed Interrupt Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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