Searched refs:stop_cmd (Results 1 – 1 of 1) sorted by relevance
809 sdspi_hw_cmd_t stop_cmd; in start_command_read_blocks() local810 make_hw_cmd(MMC_STOP_TRANSMISSION, 0, cmd->timeout_ms, &stop_cmd); in start_command_read_blocks()811 ret = start_command_default(slot, SDSPI_CMD_FLAG_RSP_R1B, &stop_cmd); in start_command_read_blocks()815 if (stop_cmd.r1 != 0) { in start_command_read_blocks()816 ESP_LOGD(TAG, "%s: STOP_TRANSMISSION response 0x%02x", __func__, stop_cmd.r1); in start_command_read_blocks()