PSoC 6 Peripheral Driver Library
cy_stc_sd_host_write_read_config_t Struct Reference

Description

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...
 

Field Documentation

◆ data

uint32_t* cy_stc_sd_host_write_read_config_t::data

The pointer to data.

◆ address

uint32_t cy_stc_sd_host_write_read_config_t::address

The address to Write/Read data on the card or eMMC.

◆ numberOfBlocks

uint32_t cy_stc_sd_host_write_read_config_t::numberOfBlocks

The number of blocks to Write/Read.

◆ autoCommand

cy_en_sd_host_auto_cmd_t cy_stc_sd_host_write_read_config_t::autoCommand

Selects which auto commands are used if any.

◆ dataTimeout

uint32_t cy_stc_sd_host_write_read_config_t::dataTimeout

The timeout value for the transfer.

◆ enReliableWrite

bool cy_stc_sd_host_write_read_config_t::enReliableWrite

For EMMC cards, enables the reliable write.

◆ enableDma

bool cy_stc_sd_host_write_read_config_t::enableDma

Enables DMA for the transaction.