[][src]Struct efm32gg11b820::sdio::ac12errstat::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn ac12notexe(&self) -> AC12NOTEXER[src]

Bit 0 - Auto CMD12 Not Executed

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

Bit 1 - Auto CMD12 Timeout Error

pub fn ac12crcerr(&self) -> AC12CRCERRR[src]

Bit 2 - Auto CMD CRC Error

pub fn ac12endbiterr(&self) -> AC12ENDBITERRR[src]

Bit 3 - Auto CMD End Bit Error

pub fn ac12indexerr(&self) -> AC12INDEXERRR[src]

Bit 4 - Auto CMD Index Error

pub fn cnibac12err(&self) -> CNIBAC12ERRR[src]

Bit 7 - Command Not Issued By Auto CMD12 Error

pub fn uhsmodesel(&self) -> UHSMODESELR[src]

Bits 16:18 - UHS Mode Select

pub fn sigen1p8v(&self) -> SIGEN1P8VR[src]

Bit 19 - Voltage 1.8V Signal Enable

pub fn drvstnsel(&self) -> DRVSTNSELR[src]

Bits 20:21 - Driver Strength Select

pub fn exetuning(&self) -> EXETUNINGR[src]

Bit 22 - Execute Tuning

pub fn sampclksel(&self) -> SAMPCLKSELR[src]

Bit 23 - Sampling Clock Select

pub fn asyncinten(&self) -> ASYNCINTENR[src]

Bit 30 - Asynchronous Interrupt Enable

pub fn prstvalen(&self) -> PRSTVALENR[src]

Bit 31 - Preset Value Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

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