Home
last modified time | relevance | path

Searched refs:cmd_config (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_sdhc.c2221 cy_rslt_t cyhal_sdhc_send_cmd(cyhal_sdhc_t *obj, cyhal_sdhc_cmd_config_t *cmd_config) in cyhal_sdhc_send_cmd() argument
2224 CY_ASSERT(NULL != cmd_config); in cyhal_sdhc_send_cmd()
2230 bool cmd_data_present = (NULL != cmd_config->data_config); in cyhal_sdhc_send_cmd()
2233 .commandIndex = cmd_config->command_index, in cyhal_sdhc_send_cmd()
2234 .commandArgument = cmd_config->command_argument, in cyhal_sdhc_send_cmd()
2235 .enableCrcCheck = cmd_config->enable_crc_check, in cyhal_sdhc_send_cmd()
2237 .respType = (cy_en_sd_host_response_type_t)cmd_config->response_type, in cyhal_sdhc_send_cmd()
2238 .enableIdxCheck = cmd_config->enable_idx_check, in cyhal_sdhc_send_cmd()
2240 .cmdType = (cy_en_sd_host_cmd_type_t)cmd_config->command_type in cyhal_sdhc_send_cmd()
/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_sdhc.h610 cy_rslt_t cyhal_sdhc_send_cmd(cyhal_sdhc_t *obj, cyhal_sdhc_cmd_config_t *cmd_config);