[][src]Type Definition lpc54606_pac::sdif::status::W

type W = W<u32, STATUS>;

Writer for register STATUS

Methods

impl W[src]

pub fn fifo_rx_watermark(&mut self) -> FIFO_RX_WATERMARK_W[src]

Bit 0 - FIFO reached Receive watermark level; not qualified with data transfer.

pub fn fifo_tx_watermark(&mut self) -> FIFO_TX_WATERMARK_W[src]

Bit 1 - FIFO reached Transmit watermark level; not qualified with data transfer.

pub fn fifo_empty(&mut self) -> FIFO_EMPTY_W[src]

Bit 2 - FIFO is empty status.

pub fn fifo_full(&mut self) -> FIFO_FULL_W[src]

Bit 3 - FIFO is full status.

pub fn cmdfsmstates(&mut self) -> CMDFSMSTATES_W[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(&mut self) -> DATA_3_STATUS_W[src]

Bit 8 - Raw selected card_data[3]; checks whether card is present 0 - card not present 1 - card present.

pub fn data_busy(&mut self) -> DATA_BUSY_W[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(&mut self) -> DATA_STATE_MC_BUSY_W[src]

Bit 10 - Data transmit or receive state-machine is busy.

pub fn response_index(&mut self) -> RESPONSE_INDEX_W[src]

Bits 11:16 - Index of previous response, including any auto-stop sent by core.

pub fn fifo_count(&mut self) -> FIFO_COUNT_W[src]

Bits 17:29 - FIFO count - Number of filled locations in FIFO.

pub fn dma_ack(&mut self) -> DMA_ACK_W[src]

Bit 30 - DMA acknowledge signal state.

pub fn dma_req(&mut self) -> DMA_REQ_W[src]

Bit 31 - DMA request signal state.