[−][src]Struct lpc55s6x_pac::sdif::rintsts::R
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_bar(&self) -> RTO_BARR
[src]
Bit 8 - Response time-out (RTO)/Boot Ack Received (BAR).
pub fn drto_bds(&self) -> DRTO_BDSR
[src]
Bit 9 - Data read time-out (DRTO)/Boot Data Start (BDS).
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_interrupt(&self) -> SDIO_INTERRUPTR
[src]
Bit 16 - Interrupt from SDIO card.
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self