[][src]Struct efm32gg11b820::sdio::fevterrstat::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 ac12nex(&mut self) -> _AC12NEXW[src]

Bit 0 - Force Event for Command Not Issued By Auto CM12 Not Executed

pub fn ac12toe(&mut self) -> _AC12TOEW[src]

Bit 1 - Force Event for Auto CMD Timeout Error

pub fn ac12crce(&mut self) -> _AC12CRCEW[src]

Bit 2 - Force Event for Auto CMD CRC Error

pub fn ac12ebe(&mut self) -> _AC12EBEW[src]

Bit 3 - Force Event for Auto CMD End Bit Error

pub fn ac12indxe(&mut self) -> _AC12INDXEW[src]

Bit 4 - Force Event for Auto CMD Index Error

pub fn cnibac12e(&mut self) -> _CNIBAC12EW[src]

Bit 7 - Force Event for Command Not Issued By Auto CMD12 Error

pub fn cmdtoe(&mut self) -> _CMDTOEW[src]

Bit 16 - Force Event for Command Timeout Error

pub fn cmdcrce(&mut self) -> _CMDCRCEW[src]

Bit 17 - Force Event for Command CRC Error

pub fn cmdebe(&mut self) -> _CMDEBEW[src]

Bit 18 - Force Event for Command End Bit Error

pub fn cmdindxe(&mut self) -> _CMDINDXEW[src]

Bit 19 - Force Event for Command Index Error

pub fn dattoe(&mut self) -> _DATTOEW[src]

Bit 20 - Force Event for Data Timeout Error

pub fn datcrce(&mut self) -> _DATCRCEW[src]

Bit 21 - Force Event for Data CRC Error

pub fn datebe(&mut self) -> _DATEBEW[src]

Bit 22 - Force Event for Data End Bit Error

pub fn curlimite(&mut self) -> _CURLIMITEW[src]

Bit 23 - Force Event for Current Limit Error

pub fn ac12e(&mut self) -> _AC12EW[src]

Bit 24 - Force Event for Auto CMD Error

pub fn admae(&mut self) -> _ADMAEW[src]

Bit 25 - Force Event for ADMA Error

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