SAMV71 Xplained Ultra Software Package 1.3

SDIO Status definitions
[SD/MMC APIs]

Collaboration diagram for SDIO Status definitions:

Defines

#define SDIO_COM_CRC_ERROR   (1UL << 15)
#define SDIO_ILLEGAL_COMMAND   (1UL << 14)
#define STATUS_SDIO_R6
#define STATUS_SDIO_R5

Define Documentation

#define SDIO_COM_CRC_ERROR   (1UL << 15)

The CRC check of the previous command failed.

Definition at line 147 of file sdmmc.c.

#define SDIO_ILLEGAL_COMMAND   (1UL << 14)

Command not legal for the card state.

Definition at line 149 of file sdmmc.c.

#define STATUS_SDIO_R5
Value:
(0/*SDIO_R5_STATE*/ \
                         | SDIO_R5_ERROR \
                         | SDIO_R5_FUNCN_ERROR \
                         | SDIO_R5_OUT_OF_RANGE)

Status bits mask for SDIO R5

Definition at line 156 of file sdmmc.c.

#define STATUS_SDIO_R6
Value:
(SDIO_COM_CRC_ERROR \
                         | SDIO_ILLEGAL_COMMAND \
                         | SDIO_R6_ERROR)

Status bits mask for SDIO R6

Definition at line 152 of file sdmmc.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines