Searched refs:SDMMC_CMD_READ_MULT_BLOCK (Results 1 – 4 of 4) sorted by relevance
573 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_READ_MULT_BLOCK; in SDMMC_CmdReadMultiBlock()580 errorstate = SDMMC_GetCmdResp1(SDIOx, SDMMC_CMD_READ_MULT_BLOCK, SDIO_CMDTIMEOUT); in SDMMC_CmdReadMultiBlock()
608 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_READ_MULT_BLOCK; in SDMMC_CmdReadMultiBlock()615 errorstate = SDMMC_GetCmdResp1(SDMMCx, SDMMC_CMD_READ_MULT_BLOCK, SDMMC_CMDTIMEOUT); in SDMMC_CmdReadMultiBlock()
195 #define SDMMC_CMD_READ_MULT_BLOCK 18U /*!< Continuously transfers d… macro
206 #define SDMMC_CMD_READ_MULT_BLOCK ((uint8_t)18U) /*!< Continuously transfers d… macro