Struct GX_SDIF_DATA_T¶
Defined in file__output_copyinclude_src_include_sdio_gx_hal_sdif.h
Struct Documentation¶
-
struct GX_SDIF_DATA_T¶
Card data descriptor.
Public Members
-
bool stream_transfer¶
indicate this is a stream data transfer command
-
bool enable_auto_command12¶
indicate if auto stop will send when data transfer over
-
bool enable_ignore_error¶
indicate if enable ignore error when transfer data
-
bool enableIDMA¶
indicate if enable IDMA when transfer data
-
size_t block_size¶
Block size, take care when configure this parameter
-
uint32_t block_count¶
Block count
-
uint32_t *rxdata¶
data buffer to receive
-
const uint32_t *txdata¶
data buffer to transfer
-
bool stream_transfer¶