[][src]Struct efm32gg11b820::sdio::capab0::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 tmoutclkfreq(&self) -> TMOUTCLKFREQR[src]

Bits 0:5 - Timeout Clock Frequency

pub fn tmoutclkunit(&self) -> TMOUTCLKUNITR[src]

Bit 7 - Timeout Clock Unit

pub fn baseclkfreqsd(&self) -> BASECLKFREQSDR[src]

Bits 8:15 - Base Clock Frequency for SD_CLK

pub fn maxblocklen(&self) -> MAXBLOCKLENR[src]

Bits 16:17 - Maximum Block Length

pub fn extmediabussup(&self) -> EXTMEDIABUSSUPR[src]

Bit 18 - Extended Media Bus Support

pub fn adma2sup(&self) -> ADMA2SUPR[src]

Bit 19 - ADMA2 Support

pub fn hssup(&self) -> HSSUPR[src]

Bit 21 - High Speed Support

pub fn sdmasup(&self) -> SDMASUPR[src]

Bit 22 - SDMA Support

pub fn susressup(&self) -> SUSRESSUPR[src]

Bit 23 - Suspend / Resume Support

pub fn voltsup3p3v(&self) -> VOLTSUP3P3VR[src]

Bit 24 - Voltage Support 3.3V

pub fn voltsup3p0v(&self) -> VOLTSUP3P0VR[src]

Bit 25 - Voltage Support 3.0V

pub fn voltsup1p8v(&self) -> VOLTSUP1P8VR[src]

Bit 26 - Voltage Support 1.8V

pub fn sysbus64bsup(&self) -> SYSBUS64BSUPR[src]

Bit 28 - System Bus 64-bit Support

pub fn asyncintsup(&self) -> ASYNCINTSUPR[src]

Bit 29 - Asynchronous Interrupt Support

pub fn ifslottype(&self) -> IFSLOTTYPER[src]

Bits 30:31 - Interface Card Slot Type

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