SAMV71 Xplained Ultra Software Package 1.3
Define Documentation
#define SDIO_R1_COM_CRC_ERROR (1ul << 3) |
COM CRC error
Definition at line 48 of file sdio.h.
#define SDIO_R1_FUNCN_ERROR (1ul << 4) |
Function number error
Definition at line 49 of file sdio.h.
#define SDIO_R1_IDLE (1ul << 0) |
in idle state
Definition at line 46 of file sdio.h.
#define SDIO_R1_ILLEGAL_COMMAND (1ul << 2) |
illegal command
Definition at line 47 of file sdio.h.
#define SDIO_R1_PARAM_ERROR (1ul << 6) |
Parameter error
Definition at line 50 of file sdio.h.
#define SDIO_R4_MP (1ul << 27) |
Memory Present
Definition at line 69 of file sdio.h.
#define SDIO_R4_NF (3ul << 28) |
Number of Functions
Definition at line 70 of file sdio.h.
#define SDIO_R4_OCR (0xF << 0) |
OCR
Definition at line 68 of file sdio.h.
#define SDIO_R5_IO_STATE (3ul << 12) |
DIS/CMD/TRN/RFU
Definition at line 59 of file sdio.h.
R5 starting position
Definition at line 56 of file sdio.h.
#define SDIO_R6_COM_CRC_ERROR (1ul << 15) |
CRC check of command fails
Definition at line 52 of file sdio.h.
#define SDIO_R6_ERROR (1ul << 13) |
General or unknown error
Definition at line 54 of file sdio.h.
#define SDIO_R6_ILLEGAL_COMMAND (1ul << 14) |
Command not legal for the state
Definition at line 53 of file sdio.h.