Searched refs:SCF_CMD_READ (Results 1 – 2 of 2) sorted by relevance
37 #define SCF_CMD_READ 0x0040 /*!< read command (data expected) */ macro
368 } else if ((status & SDMMC_INTMASK_EBE) && (cmd->flags & SCF_CMD_READ) == 0) { in process_data_status()605 if ((cmd->flags & SCF_CMD_READ) == 0) { in make_hw_cmd()1166 esp_cmd.flags = SCF_CMD_ADTC | SCF_CMD_READ | SCF_RSP_R1; in sdhc_esp32_request()