Structure holding the hs mmcsd controller command object.
Data Fields | |
| MMCSD_cmd | cmd |
| uint32_t | cmdArg |
| uint32_t | enableData |
| uint32_t | numBlks |
| uint32_t | enableDma |
| MMCSD_cmd MMCSD_cmdObj::cmd |
Command to be passed to the controller/card.
| uint32_t MMCSD_cmdObj::cmdArg |
Argument for the command.
| uint32_t MMCSD_cmdObj::enableData |
This flag enables/disables data transfer. This can take following two values:
| uint32_t MMCSD_cmdObj::numBlks |
Transfer data length in number of blocks (multiple of BLEN). This can take values in the following range: 1 <= numBlks <= 65535. Value of 0 means Stop count.
| uint32_t MMCSD_cmdObj::enableDma |
This flag enables/disables Dma. This can take following two values: