Home
last modified time | relevance | path

Searched refs:Response (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_ll_sdmmc.c360 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() argument
406 assert_param(IS_SDMMC_RESP(Response)); in SDMMC_GetResponse()
409 tmp = (uint32_t)&(SDMMCx->RESP1) + Response; in SDMMC_GetResponse()
A Dstm32f7xx_hal_sd.c478 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 …]
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_ll_sdmmc.h101 uint32_t Response; /*!< Specifies the SDMMC response type. member
769 uint32_t SDMMC_GetResponse(SDMMC_TypeDef *SDMMCx, uint32_t Response);

Completed in 9 milliseconds