[−][src]Struct lpc55s6x_pac::sdif::mintsts::W
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register
pub fn cdet(&mut self) -> _CDETW
[src]
Bit 0 - Card detect.
pub fn re(&mut self) -> _REW
[src]
Bit 1 - Response error.
pub fn cdone(&mut self) -> _CDONEW
[src]
Bit 2 - Command done.
pub fn dto(&mut self) -> _DTOW
[src]
Bit 3 - Data transfer over.
pub fn txdr(&mut self) -> _TXDRW
[src]
Bit 4 - Transmit FIFO data request.
pub fn rxdr(&mut self) -> _RXDRW
[src]
Bit 5 - Receive FIFO data request.
pub fn rcrc(&mut self) -> _RCRCW
[src]
Bit 6 - Response CRC error.
pub fn dcrc(&mut self) -> _DCRCW
[src]
Bit 7 - Data CRC error.
pub fn rto(&mut self) -> _RTOW
[src]
Bit 8 - Response time-out.
pub fn drto(&mut self) -> _DRTOW
[src]
Bit 9 - Data read time-out.
pub fn hto(&mut self) -> _HTOW
[src]
Bit 10 - Data starvation-by-host time-out (HTO).
pub fn frun(&mut self) -> _FRUNW
[src]
Bit 11 - FIFO underrun/overrun error.
pub fn hle(&mut self) -> _HLEW
[src]
Bit 12 - Hardware locked write error.
pub fn sbe(&mut self) -> _SBEW
[src]
Bit 13 - Start-bit error.
pub fn acd(&mut self) -> _ACDW
[src]
Bit 14 - Auto command done.
pub fn ebe(&mut self) -> _EBEW
[src]
Bit 15 - End-bit error (read)/write no CRC.
pub fn sdio_interrupt(&mut self) -> _SDIO_INTERRUPTW
[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