RTEMS 6.1-rc4
|
Card scatter gather data descriptor. More...
#include <fsl_usdhc.h>
Data Fields | |
bool | enableAutoCommand12 |
bool | enableAutoCommand23 |
bool | enableIgnoreError |
usdhc_transfer_direction_t | dataDirection |
uint8_t | dataType |
size_t | blockSize |
usdhc_scatter_gather_data_list_t | sgData |
Card scatter gather 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.