1.2.20.26 1.9.18.26 1.25.19.26 1.26.17.26 1.27.19.26 1.28.22.26 SDMMC_DATA_TRANSFER_DIR Enum
C
typedef enum
{
// Direction of the SDMMC data transfer is write
SDMMC_DATA_TRANSFER_DIR_WRITE = 0,
// Direction of the SDMMC data transfer is read
SDMMC_DATA_TRANSFER_DIR_READ
}SDMMC_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 in the SDMMCx_DmaSetup() API.
Remarks
None.