Type Definition stm32f1::stm32f102::sdio::sta::R[][src]

type R = R<u32, STA>;

Reader of register STA

Implementations

impl R[src]

pub fn ceataend(&self) -> CEATAEND_R[src]

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

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

Bit 22 - SDIO interrupt received

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

Bit 21 - Data available in receive FIFO

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

Bit 20 - Data available in transmit FIFO

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

Bit 19 - Receive FIFO empty

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

Bit 18 - Transmit FIFO empty

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

Bit 17 - Receive FIFO full

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

Bit 16 - Transmit FIFO full

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

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

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

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

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

Bit 13 - Data receive in progress

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

Bit 12 - Data transmit in progress

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

Bit 11 - Command transfer in progress

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

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

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

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

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

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

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

Bit 7 - Command sent (no response required)

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

Bit 6 - Command response received (CRC check passed)

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

Bit 5 - Received FIFO overrun error

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

Bit 4 - Transmit FIFO underrun error

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

Bit 3 - Data timeout

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

Bit 2 - Command response timeout

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

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

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

Bit 0 - Command response received (CRC check failed)