[−][src]Type Definition lpc55_pac::sdif::status::R
type R = R<u32, STATUS>;
Reader of register STATUS
Implementations
impl R
[src]
pub fn fifo_rx_watermark(&self) -> FIFO_RX_WATERMARK_R
[src]
Bit 0 - FIFO reached Receive watermark level; not qualified with data transfer.
pub fn fifo_tx_watermark(&self) -> FIFO_TX_WATERMARK_R
[src]
Bit 1 - FIFO reached Transmit watermark level; not qualified with data transfer.
pub fn fifo_empty(&self) -> FIFO_EMPTY_R
[src]
Bit 2 - FIFO is empty status.
pub fn fifo_full(&self) -> FIFO_FULL_R
[src]
Bit 3 - FIFO is full status.
pub fn cmdfsmstates(&self) -> CMDFSMSTATES_R
[src]
Bits 4:7 - Command FSM states: 0 - Idle 1 - Send init sequence 2 - Tx cmd start bit 3 - Tx cmd tx bit 4 - Tx cmd index + arg 5 - Tx cmd crc7 6 - Tx cmd end bit 7 - Rx resp start bit 8 - Rx resp IRQ response 9 - Rx resp tx bit 10 - Rx resp cmd idx 11 - Rx resp data 12 - Rx resp crc7 13 - Rx resp end bit 14 - Cmd path wait NCC 15 - Wait; CMD-to-response turnaround NOTE: The command FSM state is represented using 19 bits.
pub fn data_3_status(&self) -> DATA_3_STATUS_R
[src]
Bit 8 - Raw selected card_data[3]; checks whether card is present 0 - card not present 1 - card present.
pub fn data_busy(&self) -> DATA_BUSY_R
[src]
Bit 9 - Inverted version of raw selected card_data[0] 0 - card data not busy 1 - card data busy.
pub fn data_state_mc_busy(&self) -> DATA_STATE_MC_BUSY_R
[src]
Bit 10 - Data transmit or receive state-machine is busy.
pub fn response_index(&self) -> RESPONSE_INDEX_R
[src]
Bits 11:16 - Index of previous response, including any auto-stop sent by core.
pub fn fifo_count(&self) -> FIFO_COUNT_R
[src]
Bits 17:29 - FIFO count - Number of filled locations in FIFO.
pub fn dma_ack(&self) -> DMA_ACK_R
[src]
Bit 30 - DMA acknowledge signal state.
pub fn dma_req(&self) -> DMA_REQ_R
[src]
Bit 31 - DMA request signal state.