Searched refs:sdmmc_cmdinit (Results 1 – 1 of 1) sorted by relevance
558 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local562 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()563 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()564 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()565 sdmmc_cmdinit.WaitForInterrupt = SDMMC_WAIT_NO; in SDMMC_CmdBlockLength()566 sdmmc_cmdinit.CPSM = SDMMC_CPSM_ENABLE; in SDMMC_CmdBlockLength()567 (void)SDMMC_SendCommand(SDMMCx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()582 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdReadSingleBlock() local586 sdmmc_cmdinit.Argument = (uint32_t)ReadAdd; in SDMMC_CmdReadSingleBlock()587 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_READ_SINGLE_BLOCK; in SDMMC_CmdReadSingleBlock()[all …]