[][src]Struct efm32gg11b820::sdio::ifcr::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 cmdcom(&mut self) -> _CMDCOMW[src]

Bit 0 - Command Complete

pub fn trancom(&mut self) -> _TRANCOMW[src]

Bit 1 - Transfer Complete

pub fn blkgapevt(&mut self) -> _BLKGAPEVTW[src]

Bit 2 - Block Gap Event

pub fn dmaint(&mut self) -> _DMAINTW[src]

Bit 3 - DMA Interrupt

pub fn bfrwrrdy(&mut self) -> _BFRWRRDYW[src]

Bit 4 - Buffer Write Ready

pub fn bfrrdrdy(&mut self) -> _BFRRDRDYW[src]

Bit 5 - Buffer Read Ready

pub fn cardins(&mut self) -> _CARDINSW[src]

Bit 6 - Card Insertion

pub fn cardrm(&mut self) -> _CARDRMW[src]

Bit 7 - Card Removal

pub fn bootackrcv(&mut self) -> _BOOTACKRCVW[src]

Bit 13 - Boot Ack Received

pub fn bootterminate(&mut self) -> _BOOTTERMINATEW[src]

Bit 14 - Boot Terminate Interrupt

pub fn cmdtouterr(&mut self) -> _CMDTOUTERRW[src]

Bit 16 - Command Timeout Error

pub fn cmdcrcerr(&mut self) -> _CMDCRCERRW[src]

Bit 17 - CMD CRC Error

pub fn cmdendbiterr(&mut self) -> _CMDENDBITERRW[src]

Bit 18 - Command End Bit Error

pub fn cmdindexerr(&mut self) -> _CMDINDEXERRW[src]

Bit 19 - Command Index Error

pub fn dattouterr(&mut self) -> _DATTOUTERRW[src]

Bit 20 - Data Time-out Error

pub fn datcrcerr(&mut self) -> _DATCRCERRW[src]

Bit 21 - Data CRC Error

pub fn datendbiterr(&mut self) -> _DATENDBITERRW[src]

Bit 22 - Data End Bit Error

pub fn currentlimiterr(&mut self) -> _CURRENTLIMITERRW[src]

Bit 23 - Current Limit Error

pub fn autocmderr(&mut self) -> _AUTOCMDERRW[src]

Bit 24 - Auto CMD Error

pub fn admaerr(&mut self) -> _ADMAERRW[src]

Bit 25 - ADMA Error

pub fn targetresp(&mut self) -> _TARGETRESPW[src]

Bit 28 - Specific Error STAT

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