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... | |
uint32_t cy_stc_sd_host_cmd_config_t::commandIndex |
The index of the command.
uint32_t cy_stc_sd_host_cmd_config_t::commandArgument |
The argument for the command.
bool cy_stc_sd_host_cmd_config_t::enableCrcCheck |
Enables the CRC check on the response.
bool cy_stc_sd_host_cmd_config_t::enableAutoResponseErrorCheck |
If true the hardware checks the response for errors.
cy_en_sd_host_response_type_t cy_stc_sd_host_cmd_config_t::respType |
The response type.
bool cy_stc_sd_host_cmd_config_t::enableIdxCheck |
Checks the index of the response.
cy_en_sd_host_cmd_type_t cy_stc_sd_host_cmd_config_t::cmdType |
The command type.