Type Alias R

Source
pub type R = R<STArs>;
Expand description

Register STA reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn ccrcfail(&self) -> CCRCFAIL_R

Bit 0 - Command response received (CRC check failed)

Source

pub fn dcrcfail(&self) -> DCRCFAIL_R

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

Source

pub fn ctimeout(&self) -> CTIMEOUT_R

Bit 2 - Command response timeout

Source

pub fn dtimeout(&self) -> DTIMEOUT_R

Bit 3 - Data timeout

Source

pub fn txunderr(&self) -> TXUNDERR_R

Bit 4 - Transmit FIFO underrun error

Source

pub fn rxoverr(&self) -> RXOVERR_R

Bit 5 - Received FIFO overrun error

Source

pub fn cmdrend(&self) -> CMDREND_R

Bit 6 - Command response received (CRC check passed)

Source

pub fn cmdsent(&self) -> CMDSENT_R

Bit 7 - Command sent (no response required)

Source

pub fn dataend(&self) -> DATAEND_R

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

Source

pub fn stbiterr(&self) -> STBITERR_R

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

Source

pub fn dbckend(&self) -> DBCKEND_R

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

Source

pub fn cmdact(&self) -> CMDACT_R

Bit 11 - Command transfer in progress

Source

pub fn txact(&self) -> TXACT_R

Bit 12 - Data transmit in progress

Source

pub fn rxact(&self) -> RXACT_R

Bit 13 - Data receive in progress

Source

pub fn txfifohe(&self) -> TXFIFOHE_R

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

Source

pub fn rxfifohf(&self) -> RXFIFOHF_R

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

Source

pub fn txfifof(&self) -> TXFIFOF_R

Bit 16 - Transmit FIFO full

Source

pub fn rxfifof(&self) -> RXFIFOF_R

Bit 17 - Receive FIFO full

Source

pub fn txfifoe(&self) -> TXFIFOE_R

Bit 18 - Transmit FIFO empty

Source

pub fn rxfifoe(&self) -> RXFIFOE_R

Bit 19 - Receive FIFO empty

Source

pub fn txdavl(&self) -> TXDAVL_R

Bit 20 - Data available in transmit FIFO

Source

pub fn rxdavl(&self) -> RXDAVL_R

Bit 21 - Data available in receive FIFO

Source

pub fn sdioit(&self) -> SDIOIT_R

Bit 22 - SDIO interrupt received

Source

pub fn ceataend(&self) -> CEATAEND_R

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

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more