SAMV71 Xplained Ultra Software Package 1.4

sSdmmcCommand Struct Reference
[SD/MMC General Types]

#include <D:/git/git_canopus_1/softpack/samv7/libraries/libstoragemedia/include/sdmmc/sdmmc_cmd.h>

Data Fields

fSdmmcCallback fCallback
void * pArg
uint8_t * pData
uint16_t wBlockSize
uint16_t wNbBlocks
uint32_t * pResp
uint32_t dwArg
uSdmmcCmdOp cmdOp
uint8_t bCmd
uint8_t bStatus

Detailed Description

Sdmmc command instance.

Definition at line 309 of file sdmmc_cmd.h.


Field Documentation

Command index

Definition at line 332 of file sdmmc_cmd.h.

Command return status

Definition at line 334 of file sdmmc_cmd.h.

Command operation settings

Definition at line 330 of file sdmmc_cmd.h.

Command argument.

Definition at line 328 of file sdmmc_cmd.h.

Optional user-provided callback function.

Definition at line 312 of file sdmmc_cmd.h.

Optional argument to the callback function.

Definition at line 314 of file sdmmc_cmd.h.

Data buffer, with MCI_DMA_ENABLE defined 1, the buffer can be 1, 2 or 4 bytes aligned. It has to be 4 byte aligned if no DMA.

Definition at line 319 of file sdmmc_cmd.h.

Response buffer.

Definition at line 325 of file sdmmc_cmd.h.

Size of data block in bytes.

Definition at line 321 of file sdmmc_cmd.h.

Number of blocks to be transfered

Definition at line 323 of file sdmmc_cmd.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines