Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.h45 #define SCF_RSP_R1 (SCF_RSP_PRESENT | SCF_RSP_CRC | SCF_RSP_IDX) macro
Dsdhc_esp32.c1123 esp_cmd.flags = SCF_CMD_AC | SCF_RSP_R1; in sdhc_esp32_request()
1158 esp_cmd.flags = SCF_CMD_AC | (cmd->arg > 0 ? SCF_RSP_R1 : 0); in sdhc_esp32_request()
1166 esp_cmd.flags = SCF_CMD_ADTC | SCF_CMD_READ | SCF_RSP_R1; in sdhc_esp32_request()
1171 esp_cmd.flags = SCF_CMD_ADTC | SCF_RSP_R1; in sdhc_esp32_request()