[][src]Struct stm32l4xx_hal::stm32::sdmmc::sta::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 ceataend(&self) -> CEATAENDR[src]

Bit 23 - CE-ATA command completion signal received for CMD61

pub fn sdioit(&self) -> SDIOITR[src]

Bit 22 - SDIO interrupt received

pub fn rxdavl(&self) -> RXDAVLR[src]

Bit 21 - Data available in receive FIFO

pub fn txdavl(&self) -> TXDAVLR[src]

Bit 20 - Data available in transmit FIFO

pub fn rxfifoe(&self) -> RXFIFOER[src]

Bit 19 - Receive FIFO empty

pub fn txfifoe(&self) -> TXFIFOER[src]

Bit 18 - Transmit FIFO empty

pub fn rxfifof(&self) -> RXFIFOFR[src]

Bit 17 - Receive FIFO full

pub fn txfifof(&self) -> TXFIFOFR[src]

Bit 16 - Transmit FIFO full

pub fn rxfifohf(&self) -> RXFIFOHFR[src]

Bit 15 - Receive FIFO half full: there are at least 8 words in the FIFO

pub fn txfifohe(&self) -> TXFIFOHER[src]

Bit 14 - Transmit FIFO half empty: at least 8 words can be written into the FIFO

pub fn rxact(&self) -> RXACTR[src]

Bit 13 - Data receive in progress

pub fn txact(&self) -> TXACTR[src]

Bit 12 - Data transmit in progress

pub fn cmdact(&self) -> CMDACTR[src]

Bit 11 - Command transfer in progress

pub fn dbckend(&self) -> DBCKENDR[src]

Bit 10 - Data block sent/received (CRC check passed)

pub fn stbiterr(&self) -> STBITERRR[src]

Bit 9 - Start bit not detected on all data signals in wide bus mode

pub fn dataend(&self) -> DATAENDR[src]

Bit 8 - Data end (data counter, SDIDCOUNT, is zero)

pub fn cmdsent(&self) -> CMDSENTR[src]

Bit 7 - Command sent (no response required)

pub fn cmdrend(&self) -> CMDRENDR[src]

Bit 6 - Command response received (CRC check passed)

pub fn rxoverr(&self) -> RXOVERRR[src]

Bit 5 - Received FIFO overrun error

pub fn txunderr(&self) -> TXUNDERRR[src]

Bit 4 - Transmit FIFO underrun error

pub fn dtimeout(&self) -> DTIMEOUTR[src]

Bit 3 - Data timeout

pub fn ctimeout(&self) -> CTIMEOUTR[src]

Bit 2 - Command response timeout

pub fn dcrcfail(&self) -> DCRCFAILR[src]

Bit 1 - Data block sent/received (CRC check failed)

pub fn ccrcfail(&self) -> CCRCFAILR[src]

Bit 0 - Command response received (CRC check failed)

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

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