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

Bits 0:5 - Tuning Counter Value

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

Bits 6:11 - Timeout Clock Frequency

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

Bit 12 - Timeout Clock Unit in kHz or MHz

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

Bits 13:20 - Base Clock Frequency for SD_CLK

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

Bits 21:22 - MAX Block Length of Transfer

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

Bit 23 - 8-bit Interface Support

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

Bit 24 - ADMA2 Mode Support

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

Bit 25 - High Speed Mode Support

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

Bit 26 - SDMA Mode Support

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

Bit 27 - Suspend/Resume Support

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

Bit 28 - Core 3P3V Support

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

Bit 29 - 3P0V Support

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

Bit 30 - 1P8V Support

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