#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 |
Sdmmc command instance.
Definition at line 309 of file sdmmc_cmd.h.
uint8_t sSdmmcCommand::bCmd |
Command index
Definition at line 332 of file sdmmc_cmd.h.
uint8_t sSdmmcCommand::bStatus |
Command return status
Definition at line 334 of file sdmmc_cmd.h.
Command operation settings
Definition at line 330 of file sdmmc_cmd.h.
uint32_t sSdmmcCommand::dwArg |
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.
void* sSdmmcCommand::pArg |
Optional argument to the callback function.
Definition at line 314 of file sdmmc_cmd.h.
uint8_t* sSdmmcCommand::pData |
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.
uint32_t* sSdmmcCommand::pResp |
Response buffer.
Definition at line 325 of file sdmmc_cmd.h.
uint16_t sSdmmcCommand::wBlockSize |
Size of data block in bytes.
Definition at line 321 of file sdmmc_cmd.h.
uint16_t sSdmmcCommand::wNbBlocks |
Number of blocks to be transfered
Definition at line 323 of file sdmmc_cmd.h.