[][src]Struct lpc55s6x_pac::sdif::intmask::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 cdet(&self) -> CDETR[src]

Bit 0 - Card detect.

pub fn re(&self) -> RER[src]

Bit 1 - Response error.

pub fn cdone(&self) -> CDONER[src]

Bit 2 - Command done.

pub fn dto(&self) -> DTOR[src]

Bit 3 - Data transfer over.

pub fn txdr(&self) -> TXDRR[src]

Bit 4 - Transmit FIFO data request.

pub fn rxdr(&self) -> RXDRR[src]

Bit 5 - Receive FIFO data request.

pub fn rcrc(&self) -> RCRCR[src]

Bit 6 - Response CRC error.

pub fn dcrc(&self) -> DCRCR[src]

Bit 7 - Data CRC error.

pub fn rto(&self) -> RTOR[src]

Bit 8 - Response time-out.

pub fn drto(&self) -> DRTOR[src]

Bit 9 - Data read time-out.

pub fn hto(&self) -> HTOR[src]

Bit 10 - Data starvation-by-host time-out (HTO).

pub fn frun(&self) -> FRUNR[src]

Bit 11 - FIFO underrun/overrun error.

pub fn hle(&self) -> HLER[src]

Bit 12 - Hardware locked write error.

pub fn sbe(&self) -> SBER[src]

Bit 13 - Start-bit error.

pub fn acd(&self) -> ACDR[src]

Bit 14 - Auto command done.

pub fn ebe(&self) -> EBER[src]

Bit 15 - End-bit error (read)/Write no CRC.

pub fn sdio_int_mask(&self) -> SDIO_INT_MASKR[src]

Bit 16 - Mask SDIO interrupt.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self