Searched refs:Response (Results 1 – 3 of 3) sorted by relevance
360 assert_param(IS_SDMMC_RESPONSE(Command->Response)); in SDMMC_SendCommand()369 Command->Response |\ in SDMMC_SendCommand()401 uint32_t SDMMC_GetResponse(SDMMC_TypeDef *SDMMCx, uint32_t Response) in SDMMC_GetResponse() argument406 assert_param(IS_SDMMC_RESP(Response)); in SDMMC_GetResponse()409 tmp = (uint32_t)&(SDMMCx->RESP1) + Response; in SDMMC_GetResponse()
478 sdmmc_cmdinitstructure.Response = SDMMC_RESPONSE_SHORT; in HAL_SD_ReadBlocks()630 sdmmc_cmdinitstructure.Response = SDMMC_RESPONSE_SHORT; in HAL_SD_WriteBlocks()829 sdmmc_cmdinitstructure.Response = SDMMC_RESPONSE_SHORT; in HAL_SD_ReadBlocks_DMA()934 sdmmc_cmdinitstructure.Response = SDMMC_RESPONSE_SHORT; in HAL_SD_WriteBlocks_DMA()1612 sdmmc_cmdinitstructure.Response = SDMMC_RESPONSE_SHORT; in HAL_SD_StopTransfer()1787 sdmmc_cmdinitstructure.Response = SDMMC_RESPONSE_SHORT; in HAL_SD_SendSDStatus()2186 sdmmc_cmdinitstructure.Response = SDMMC_RESPONSE_SHORT; in SD_Select_Deselect()2229 sdmmc_cmdinitstructure.Response = SDMMC_RESPONSE_NO; in SD_PowerON()2250 sdmmc_cmdinitstructure.Response = SDMMC_RESPONSE_SHORT; in SD_PowerON()2368 sdmmc_cmdinitstructure.Response = SDMMC_RESPONSE_SHORT; in SD_SendStatus()[all …]
101 uint32_t Response; /*!< Specifies the SDMMC response type. member769 uint32_t SDMMC_GetResponse(SDMMC_TypeDef *SDMMCx, uint32_t Response);
Completed in 9 milliseconds