Lines Matching refs:response
2574 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2637 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2639 }while(((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2645 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
3148 uint32_t errorstate, response = 0U, count; in HAL_MMC_Sanitize() local
3186 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
3188 }while(((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
3194 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3255 uint32_t srt, errorstate, response = 0U, count; in HAL_MMC_ConfigSecRemovalType() local
3288 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
3290 }while(((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigSecRemovalType()
3296 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigSecRemovalType()
3383 uint32_t errorstate, sleep_timeout, timeout, count, response = 0U; in HAL_MMC_SleepDevice() local
3407 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SleepDevice()
3409 }while(((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SleepDevice()
3419 if ((response & 0x80U) != 0U) in HAL_MMC_SleepDevice()
3461 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_SleepDevice()
3463 }while(((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_SleepDevice()
3473 if ((response & 0x80U) != 0U) in HAL_MMC_SleepDevice()
3565 uint32_t errorstate, sleep_timeout, timeout, count, response = 0U; in HAL_MMC_AwakeDevice() local
3622 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_AwakeDevice()
3624 }while(((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_AwakeDevice()
3634 if ((response & 0x80U) != 0U) in HAL_MMC_AwakeDevice()
4006 uint32_t response = 0U, validvoltage = 0U; in MMC_PowerON() local
4031 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_PowerON()
4034 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in MMC_PowerON()
4038 if (((response & (0xFF000000U)) >> 24) == 0xC0U) in MMC_PowerON()
4294 uint32_t response = 0U, count; in MMC_HighSpeed() local
4331 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_HighSpeed()
4333 }while(((response & 0x100U) == 0U) && (count != 0U)); in MMC_HighSpeed()
4339 if ((response & 0x80U) != 0U) in MMC_HighSpeed()
4405 uint32_t response = 0U, count; in MMC_DDR_Mode() local
4464 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_DDR_Mode()
4466 }while(((response & 0x100U) == 0U) && (count != 0U)); in MMC_DDR_Mode()
4472 if ((response & 0x80U) != 0U) in MMC_DDR_Mode()
4516 uint32_t response = 0U; in MMC_PwrClassUpdate() local
4581 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_PwrClassUpdate()
4583 }while(((response & 0x100U) == 0U) && (count != 0U)); in MMC_PwrClassUpdate()
4589 if ((response & 0x80U) != 0U) in MMC_PwrClassUpdate()