Searched refs:Response (Results 1 – 5 of 5) sorted by relevance
406 assert_param(IS_SDMMC_RESPONSE(Command->Response)); in SDMMC_SendCommand()416 Command->Response |\ in SDMMC_SendCommand()445 uint32_t SDMMC_GetResponse(SDMMC_TypeDef *SDMMCx, uint32_t Response) in SDMMC_GetResponse() argument450 assert_param(IS_SDMMC_RESP(Response)); in SDMMC_GetResponse()453 tmp = (uint32_t)(&(SDMMCx->RESP1)) + Response; in SDMMC_GetResponse()564 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()588 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdReadSingleBlock()612 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdReadMultiBlock()636 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdWriteSingleBlock()660 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdWriteMultiBlock()[all …]
489 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_ReadBlocks()675 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_WriteBlocks()922 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_ReadBlocks_DMA()1039 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_WriteBlocks_DMA()1269 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_Erase()1807 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_StopTransfer()1856 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_HighSpeed()2007 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in HAL_SD_SendSDStatus()2364 sdio_cmdinitstructure.Response = SDIO_RESPONSE_LONG; in SD_Initialize_Cards()2390 sdio_cmdinitstructure.Response = SDIO_RESPONSE_SHORT; in SD_Initialize_Cards()[all …]
357 assert_param(IS_SDIO_RESPONSE(SDIO_CmdInitStruct->Response)); in SDIO_SendCommand()366 SDIO_CmdInitStruct->Response |\ in SDIO_SendCommand()
110 uint32_t Response; /*!< Specifies the SDMMC response type. member1170 uint32_t SDMMC_GetResponse(SDMMC_TypeDef *SDMMCx, uint32_t Response);
103 uint32_t Response; /*!< Specifies the SDIO response type. member