Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/driver/include/driver/
Dsdmmc_types.h99 #define SCF_RSP_CRC 0x0400 macro
104 #define SCF_RSP_R1 (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_IDX)
105 #define SCF_RSP_R1B (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_IDX|SCF_RSP_BSY)
106 #define SCF_RSP_R2 (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_136)
109 #define SCF_RSP_R5 (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_IDX)
110 #define SCF_RSP_R5B (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_IDX|SCF_RSP_BSY)
111 #define SCF_RSP_R6 (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_IDX)
112 #define SCF_RSP_R7 (SCF_RSP_PRESENT|SCF_RSP_CRC|SCF_RSP_IDX)
/hal_espressif-2.7.6/components/driver/
Dsdmmc_transaction.c312 if (cmd->flags & SCF_RSP_CRC) { in make_hw_cmd()
348 } else if ((cmd->flags & SCF_RSP_CRC) && (status & SDMMC_INTMASK_RCRC)) { in process_command_response()