Searched refs:cmdType (Results 1 – 3 of 3) sorted by relevance
341 #define CY_SD_HOST_IS_CMD_TYPE_VALID(cmdType) ((CY_SD_HOST_CMD_NORMAL == (cmdType)) || \ argument342 (CY_SD_HOST_CMD_SUSPEND == (cmdType)) || \343 (CY_SD_HOST_CMD_RESUME == (cmdType)) || \344 (CY_SD_HOST_CMD_ABORT == (cmdType)))993 cmd.cmdType = CY_SD_HOST_CMD_NORMAL; in Cy_SD_Host_Read()1125 cmd.cmdType = CY_SD_HOST_CMD_NORMAL; in Cy_SD_Host_Write()1208 cmd.cmdType = CY_SD_HOST_CMD_NORMAL; in Cy_SD_Host_Erase()1753 CY_ASSERT_L3(CY_SD_HOST_IS_CMD_TYPE_VALID(config->cmdType)); in Cy_SD_Host_SendCommand()1758 if ((true == config->dataPresent) && (CY_SD_HOST_CMD_ABORT != config->cmdType)) in Cy_SD_Host_SendCommand()1776 _VAL2FLD(SDHC_CORE_CMD_R_CMD_TYPE, (uint32_t)config->cmdType) | in Cy_SD_Host_SendCommand()[all …]
1465 cy_en_sd_host_cmd_type_t cmdType; /**< The command type. */ member
2240 .cmdType = (cy_en_sd_host_cmd_type_t)cmd_config->command_type in cyhal_sdhc_send_cmd()3082 cmd.cmdType = CY_SD_HOST_CMD_NORMAL; in cyhal_sdio_host_send_cmd()3237 cmd.cmdType = CY_SD_HOST_CMD_NORMAL; in cyhal_sdio_host_transfer_async()