PSoC 6 Peripheral Driver Library
cy_stc_sd_host_cmd_config_t Struct Reference

Description

SD Host command configuration structure.

Data Fields

uint32_t commandIndex
 The index of the command. More...
 
uint32_t commandArgument
 The argument for the command. More...
 
bool enableCrcCheck
 Enables the CRC check on the response. More...
 
bool enableAutoResponseErrorCheck
 If true the hardware checks the response for errors. More...
 
cy_en_sd_host_response_type_t respType
 The response type. More...
 
bool enableIdxCheck
 Checks the index of the response. More...
 
bool dataPresent
 true: Data is present to be transferred using the DAT line, false: Commands use the CMD line only.
 
cy_en_sd_host_cmd_type_t cmdType
 The command type. More...
 

Field Documentation

◆ commandIndex

uint32_t cy_stc_sd_host_cmd_config_t::commandIndex

The index of the command.

◆ commandArgument

uint32_t cy_stc_sd_host_cmd_config_t::commandArgument

The argument for the command.

◆ enableCrcCheck

bool cy_stc_sd_host_cmd_config_t::enableCrcCheck

Enables the CRC check on the response.

◆ enableAutoResponseErrorCheck

bool cy_stc_sd_host_cmd_config_t::enableAutoResponseErrorCheck

If true the hardware checks the response for errors.

◆ respType

cy_en_sd_host_response_type_t cy_stc_sd_host_cmd_config_t::respType

The response type.

◆ enableIdxCheck

bool cy_stc_sd_host_cmd_config_t::enableIdxCheck

Checks the index of the response.

◆ cmdType

cy_en_sd_host_cmd_type_t cy_stc_sd_host_cmd_config_t::cmdType

The command type.