RTEMS 6.1-rc5
|
Card data descriptor. More...
#include <fsl_usdhc.h>
Data Fields | |
bool | enableAutoCommand12 |
bool | enableAutoCommand23 |
bool | enableIgnoreError |
uint8_t | dataType |
size_t | blockSize |
uint32_t | blockCount |
uint32_t * | rxData |
const uint32_t * | txData |
Card data descriptor.
Defines a structure to contain data-related attribute. The 'enableIgnoreError' is used when upper card driver wants to ignore the error event to read/write all the data and not to stop read/write immediately when an error event happens. For example, bus testing procedure for MMC card.