Expand description
SD/MMC status register
Structs§
- STATUS_
SPEC - SD/MMC status register
Type Aliases§
- COMMAND_
FSM_ STATES_ R - Field
COMMAND_FSM_STATESreader - Command FSM states. 0: Idle; 1: Send init sequence; 2: Send cmd start bit; 3: Send cmd tx bit; 4: Send cmd index + arg; 5: Send cmd crc7; 6: Send cmd end bit; 7: Receive resp start bit; 8: Receive resp IRQ response; 9: Receive resp tx bit; 10: Receive resp cmd idx; 11: Receive resp data; 12: Receive resp crc7; 13: Receive resp end bit; 14: Cmd path wait NCC; 15: Wait, cmd-to-response turnaround. - DATA_
3_ STATUS_ R - Field
DATA_3_STATUSreader - Raw selected sdhost_card_data[3], checks whether card is present. 0: card not present; 1: card present. - DATA_
BUSY_ R - Field
DATA_BUSYreader - Inverted version of raw selected sdhost_card_data[0]. 0: Card data not busy; 1: Card data busy. - DATA_
STATE_ MC_ BUSY_ R - Field
DATA_STATE_MC_BUSYreader - Data transmit or receive state-machine is busy. - FIFO_
COUNT_ R - Field
FIFO_COUNTreader - FIFO count, number of filled locations in FIFO. - FIFO_
EMPTY_ R - Field
FIFO_EMPTYreader - FIFO is empty status. - FIFO_
FULL_ R - Field
FIFO_FULLreader - FIFO is full status. - FIFO_
RX_ WATERMARK_ R - Field
FIFO_RX_WATERMARKreader - FIFO reached Receive watermark level, not qualified with data transfer. - FIFO_
TX_ WATERMARK_ R - Field
FIFO_TX_WATERMARKreader - FIFO reached Transmit watermark level, not qualified with data transfer. - R
- Register
STATUSreader - RESPONSE_
INDEX_ R - Field
RESPONSE_INDEXreader - Index of previous response, including any auto-stop sent by core.