1.32.25.27 SDHC_DATA_TRANSFER_DIR Enum

C

typedef enum
{
    /* Direction of the SDHC data transfer is write */
    SDHC_DATA_TRANSFER_DIR_WRITE = 0,
    /* Direction of the SDHC data transfer is read */
    SDHC_DATA_TRANSFER_DIR_READ
    
}SDHC_DATA_TRANSFER_DIR;

Summary

The enumeration lists the direction of the data transfer.

Description

The enumeration is used to identify the direction of the data transfer.

Remarks

None.