SD Host Write/Read structure.
Data Fields | |
uint32_t * | data |
The pointer to data. More... | |
uint32_t | address |
The address to Write/Read data on the card or eMMC. More... | |
uint32_t | numberOfBlocks |
The number of blocks to Write/Read. More... | |
cy_en_sd_host_auto_cmd_t | autoCommand |
Selects which auto commands are used if any. More... | |
uint32_t | dataTimeout |
The timeout value for the transfer. More... | |
bool | enReliableWrite |
For EMMC cards, enables the reliable write. More... | |
bool | enableDma |
Enables DMA for the transaction. More... | |
uint32_t* cy_stc_sd_host_write_read_config_t::data |
The pointer to data.
uint32_t cy_stc_sd_host_write_read_config_t::address |
The address to Write/Read data on the card or eMMC.
uint32_t cy_stc_sd_host_write_read_config_t::numberOfBlocks |
The number of blocks to Write/Read.
cy_en_sd_host_auto_cmd_t cy_stc_sd_host_write_read_config_t::autoCommand |
Selects which auto commands are used if any.
uint32_t cy_stc_sd_host_write_read_config_t::dataTimeout |
The timeout value for the transfer.
bool cy_stc_sd_host_write_read_config_t::enReliableWrite |
For EMMC cards, enables the reliable write.
bool cy_stc_sd_host_write_read_config_t::enableDma |
Enables DMA for the transaction.