[][src]Struct efm32gg11b820::sdio::cfg1::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 asyncintrsup(&self) -> ASYNCINTRSUPR[src]

Bit 0 - Asynchronous Interrupt Support

pub fn slottype(&self) -> SLOTTYPER[src]

Bits 1:2 - Slot Type

pub fn csdr50sup(&self) -> CSDR50SUPR[src]

Bit 3 - Core Support SDR50

pub fn csdr104sup(&self) -> CSDR104SUPR[src]

Bit 4 - Support SDR104

pub fn cddr50sup(&self) -> CDDR50SUPR[src]

Bit 5 - Support DDR50

pub fn cdrvasup(&self) -> CDRVASUPR[src]

Bit 6 - Support Type a Driver

pub fn cdrvcsup(&self) -> CDRVCSUPR[src]

Bit 7 - Support Type C Driver

pub fn cdrvdsup(&self) -> CDRVDSUPR[src]

Bit 8 - Support Type D Driver

pub fn retuntmrctl(&self) -> RETUNTMRCTLR[src]

Bits 9:12 - Retuning Timer Control

pub fn tunsdr50(&self) -> TUNSDR50R[src]

Bit 13 - Tuning for SDR50

pub fn retunmodes(&self) -> RETUNMODESR[src]

Bits 14:15 - Retuning Modes

pub fn spisup(&self) -> SPISUPR[src]

Bit 16 - SPI Support

pub fn asyncwkupen(&self) -> ASYNCWKUPENR[src]

Bit 18 - Asynchronous Wakeup 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