[][src]Struct efm32gg11b820::sdio::ien::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 cmdcomsen(&self) -> CMDCOMSENR[src]

Bit 0 - Command Complete Signal Enable

pub fn trancomsen(&self) -> TRANCOMSENR[src]

Bit 1 - Transfer Complete Signal Enable

pub fn blkgapevtsen(&self) -> BLKGAPEVTSENR[src]

Bit 2 - Block Gap Event Signal Enable

pub fn dmaintsen(&self) -> DMAINTSENR[src]

Bit 3 - DMA Interrupt Signal Enable

pub fn bufwrrdysen(&self) -> BUFWRRDYSENR[src]

Bit 4 - Buffer Write Ready Signal Enable

pub fn bufrdrdysen(&self) -> BUFRDRDYSENR[src]

Bit 5 - Buffer Read Ready Signal Enable

pub fn cardinssen(&self) -> CARDINSSENR[src]

Bit 6 - Card Insertion Signal Enable

pub fn cardremsen(&self) -> CARDREMSENR[src]

Bit 7 - Card Removal Signal Enable

pub fn cardintsen(&self) -> CARDINTSENR[src]

Bit 8 - Card Interrupt Signal Enable

pub fn retuningevtsen(&self) -> RETUNINGEVTSENR[src]

Bit 12 - Re-Tuning Event Signal Enable

pub fn bootackrcvsen(&self) -> BOOTACKRCVSENR[src]

Bit 13 - Boot Ack Received Signal Enable

pub fn bootterminatesen(&self) -> BOOTTERMINATESENR[src]

Bit 14 - Boot Terminate Interrupt Signal Enable

pub fn cmdtouterrsen(&self) -> CMDTOUTERRSENR[src]

Bit 16 - Command Timeout Error Signal Enable

pub fn cmdcrcerrsen(&self) -> CMDCRCERRSENR[src]

Bit 17 - Command CRC Error Signal Enable

pub fn cmdendbiterrsen(&self) -> CMDENDBITERRSENR[src]

Bit 18 - Command End Bit Error Signal Enable

pub fn cmdindexerrsen(&self) -> CMDINDEXERRSENR[src]

Bit 19 - Command Index Error Signal Enable

pub fn dattouterrsen(&self) -> DATTOUTERRSENR[src]

Bit 20 - Data Timeout Error Signal Enable

pub fn datcrcerrsen(&self) -> DATCRCERRSENR[src]

Bit 21 - Data CRC Error Signal Enable

pub fn datendbiterrsen(&self) -> DATENDBITERRSENR[src]

Bit 22 - Data End Bit Error Signal Enable

pub fn currentlimiterrsen(&self) -> CURRENTLIMITERRSENR[src]

Bit 23 - Current Limit Error Signal Enable

pub fn autocmderrsen(&self) -> AUTOCMDERRSENR[src]

Bit 24 - Auto CMD12 Error Signal Enable

pub fn admaerrsen(&self) -> ADMAERRSENR[src]

Bit 25 - ADMA Error Signal Enable

pub fn tuningerrsignalenable(&self) -> TUNINGERRSIGNALENABLER[src]

Bit 26 - Tuning Error Signal Enable

pub fn targetresperrsen(&self) -> TARGETRESPERRSENR[src]

Bit 28 - Target Response Error Signal 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