[][src]Struct efm32gg11b820::sdio::cfg0::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 tuningcnt(&self) -> TUNINGCNTR[src]

Bits 0:5 - Tuning Counter Value

pub fn toutclkfreq(&self) -> TOUTCLKFREQR[src]

Bits 6:11 - Timeout Clock Frequency

pub fn toutclkunit(&self) -> TOUTCLKUNITR[src]

Bit 12 - Timeout Clock Unit in kHz or MHz

pub fn baseclkfreq(&self) -> BASECLKFREQR[src]

Bits 13:20 - Base Clock Frequency for SD_CLK

pub fn maxblklen(&self) -> MAXBLKLENR[src]

Bits 21:22 - MAX Block Length of Transfer

pub fn c8bitsup(&self) -> C8BITSUPR[src]

Bit 23 - 8-bit Interface Support

pub fn cadma2sup(&self) -> CADMA2SUPR[src]

Bit 24 - ADMA2 Mode Support

pub fn chssup(&self) -> CHSSUPR[src]

Bit 25 - High Speed Mode Support

pub fn csdmasup(&self) -> CSDMASUPR[src]

Bit 26 - SDMA Mode Support

pub fn csuspressup(&self) -> CSUSPRESSUPR[src]

Bit 27 - Suspend/Resume Support

pub fn c3p3vsup(&self) -> C3P3VSUPR[src]

Bit 28 - Core 3P3V Support

pub fn c3p0vsup(&self) -> C3P0VSUPR[src]

Bit 29 - 3P0V Support

pub fn c1p8vsup(&self) -> C1P8VSUPR[src]

Bit 30 - 1P8V Support

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