[][src]Struct efm32gg11b820::qspi0::irqmask::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: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn modemfailmask(&mut self) -> _MODEMFAILMASKW[src]

Bit 0 - Mode M Failure Mask

pub fn underflowdetmask(&mut self) -> _UNDERFLOWDETMASKW[src]

Bit 1 - Underflow Detected Mask

pub fn indirectopdonemask(&mut self) -> _INDIRECTOPDONEMASKW[src]

Bit 2 - Indirect Complete Mask

pub fn indirectreadrejectmask(&mut self) -> _INDIRECTREADREJECTMASKW[src]

Bit 3 - Indirect Read Reject Mask

pub fn protwrattemptmask(&mut self) -> _PROTWRATTEMPTMASKW[src]

Bit 4 - Protected Area Write Attempt Mask

pub fn illegalaccessdetmask(&mut self) -> _ILLEGALACCESSDETMASKW[src]

Bit 5 - Illegal Access Detected Mask

pub fn indirectxferlevelbreachmask(&mut self) -> _INDIRECTXFERLEVELBREACHMASKW[src]

Bit 6 - Transfer Watermark Breach Mask

pub fn recvoverflowmask(&mut self) -> _RECVOVERFLOWMASKW[src]

Bit 7 - Receive Overflow Mask

pub fn txfifonotfullmask(&mut self) -> _TXFIFONOTFULLMASKW[src]

Bit 8 - Small TX FIFO Not Full Mask

pub fn txfifofullmask(&mut self) -> _TXFIFOFULLMASKW[src]

Bit 9 - Small TX FIFO Full Mask

pub fn rxfifonotemptymask(&mut self) -> _RXFIFONOTEMPTYMASKW[src]

Bit 10 - Small RX FIFO Not Empty Mask

pub fn rxfifofullmask(&mut self) -> _RXFIFOFULLMASKW[src]

Bit 11 - Small RX FIFO Full Mask

pub fn indrdsramfullmask(&mut self) -> _INDRDSRAMFULLMASKW[src]

Bit 12 - Indirect Read Partition Overflow Mask

pub fn pollexpintmask(&mut self) -> _POLLEXPINTMASKW[src]

Bit 13 - Polling Expiration Detected Mask

pub fn stigreqmask(&mut self) -> _STIGREQMASKW[src]

Bit 14 - STIG Request Completion Mask

pub fn rxcrcdataerrmask(&mut self) -> _RXCRCDATAERRMASKW[src]

Bit 16 - RX CRC Data Error Mask

pub fn rxcrcdatavalmask(&mut self) -> _RXCRCDATAVALMASKW[src]

Bit 17 - RX CRC Data Valid Mask

pub fn txcrcchunkbrkmask(&mut self) -> _TXCRCCHUNKBRKMASKW[src]

Bit 18 - TX CRC Chunk Was Broken Mask

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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]

impl<T> Same for T

type Output = T

Should always be Self