Home
last modified time | relevance | path

Searched refs:response (Results 1 – 20 of 20) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_mmc.c2398 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2457 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2459 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2465 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
2920 uint32_t response = 0U; in HAL_MMC_Sanitize() local
2959 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
2961 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
2967 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3032 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3066 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
[all …]
Dstm32l5xx_hal_sd.c3031 uint32_t response = 0U; in SD_PowerON() local
3092 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
3095 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
3108 if ((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) in SD_PowerON()
3114 if ((response & SD_SWITCH_1_8V_CAPACITY) == SD_SWITCH_1_8V_CAPACITY) in SD_PowerON()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mmc.c2361 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2420 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2422 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2428 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
2941 uint32_t response = 0U; in HAL_MMC_Sanitize() local
2980 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
2982 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
2988 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3053 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3087 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
[all …]
Dstm32u5xx_hal_sd.c3099 uint32_t response = 0U; in SD_PowerON() local
3160 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
3163 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
3176 if ((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) in SD_PowerON()
3182 if ((response & SD_SWITCH_1_8V_CAPACITY) == SD_SWITCH_1_8V_CAPACITY) in SD_PowerON()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mmc.c2402 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2461 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2463 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2469 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
2979 uint32_t response = 0U; in HAL_MMC_Sanitize() local
3018 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
3020 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
3026 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3091 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3125 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
[all …]
Dstm32h7xx_hal_sd.c3140 uint32_t response = 0U; in SD_PowerON() local
3201 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
3204 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
3217 if ((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) in SD_PowerON()
3223 if ((response & SD_SWITCH_1_8V_CAPACITY) == SD_SWITCH_1_8V_CAPACITY) in SD_PowerON()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_mmc.c2373 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2432 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2434 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2440 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
2950 uint32_t response = 0U; in HAL_MMC_Sanitize() local
2989 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
2991 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
2997 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3062 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3096 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
[all …]
Dstm32h5xx_hal_sd.c3116 uint32_t response = 0U; in SD_PowerON() local
3177 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
3180 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
3193 if ((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) in SD_PowerON()
3199 if ((response & SD_SWITCH_1_8V_CAPACITY) == SD_SWITCH_1_8V_CAPACITY) in SD_PowerON()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_mmc.c2574 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()
[all …]
Dstm32l4xx_hal_sd.c3491 uint32_t response = 0U, validvoltage = 0U; in SD_PowerON() local
3550 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
3553 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
3563 if((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) /* (response &= SD_HIGH_CAPACITY) */ in SD_PowerON()
3569 if((response & SD_SWITCH_1_8V_CAPACITY) == SD_SWITCH_1_8V_CAPACITY) in SD_PowerON()
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_mmc.c2250 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2294 response = SDIO_GetResponse(hmmc->Instance, SDIO_RESP1); in HAL_MMC_ConfigWideBusOperation()
2296 }while(((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2302 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
2802 uint32_t response = 0U, validvoltage = 0U; in MMC_PowerON() local
2827 response = SDIO_GetResponse(hmmc->Instance, SDIO_RESP1); in MMC_PowerON()
2830 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in MMC_PowerON()
2834 if (((response & (0xFF000000U)) >> 24U) == 0xC0U) in MMC_PowerON()
3061 uint32_t response = 0U; in MMC_PwrClassUpdate() local
3109 response = SDIO_GetResponse(hmmc->Instance, SDIO_RESP1); in MMC_PwrClassUpdate()
[all …]
Dstm32f2xx_hal_sd.c2712 uint32_t response = 0U, validvoltage = 0U; in SD_PowerON() local
2768 response = SDIO_GetResponse(hsd->Instance, SDIO_RESP1); in SD_PowerON()
2771 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
2781 if((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) /* (response &= SD_HIGH_CAPACITY) */ in SD_PowerON()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_mmc.c2251 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2295 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2297 }while(((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2303 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
2803 uint32_t response = 0U, validvoltage = 0U; in MMC_PowerON() local
2828 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_PowerON()
2831 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in MMC_PowerON()
2835 if (((response & (0xFF000000U)) >> 24U) == 0xC0U) in MMC_PowerON()
3062 uint32_t response = 0U; in MMC_PwrClassUpdate() local
3110 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in MMC_PwrClassUpdate()
[all …]
Dstm32f7xx_hal_sd.c2712 uint32_t response = 0U, validvoltage = 0U; in SD_PowerON() local
2768 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
2771 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
2781 if((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) /* (response &= SD_HIGH_CAPACITY) */ in SD_PowerON()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_mmc.c2299 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2343 response = SDIO_GetResponse(hmmc->Instance, SDIO_RESP1); in HAL_MMC_ConfigWideBusOperation()
2345 }while(((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2351 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
2851 uint32_t response = 0U, validvoltage = 0U; in MMC_PowerON() local
2876 response = SDIO_GetResponse(hmmc->Instance, SDIO_RESP1); in MMC_PowerON()
2879 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in MMC_PowerON()
2883 if (((response & (0xFF000000U)) >> 24U) == 0xC0U) in MMC_PowerON()
3110 uint32_t response = 0U; in MMC_PwrClassUpdate() local
3158 response = SDIO_GetResponse(hmmc->Instance, SDIO_RESP1); in MMC_PwrClassUpdate()
[all …]
Dstm32f4xx_hal_sd.c2765 uint32_t response = 0U, validvoltage = 0U; in SD_PowerON() local
2821 response = SDIO_GetResponse(hsd->Instance, SDIO_RESP1); in SD_PowerON()
2824 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
2834 if((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) /* (response &= SD_HIGH_CAPACITY) */ in SD_PowerON()
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_mmc.c2098 uint32_t response = 0U, busy = 0U; in HAL_MMC_ConfigWideBusOperation() local
2165 response = SDIO_GetResponse(hmmc->Instance, SDIO_RESP1); in HAL_MMC_ConfigWideBusOperation()
2168 busy = (((response >> 7U) == 1U) ? 0U : 1U); in HAL_MMC_ConfigWideBusOperation()
2173 while((response & 0x00000100U) == 0U) in HAL_MMC_ConfigWideBusOperation()
2191 response = SDIO_GetResponse(hmmc->Instance, SDIO_RESP1); in HAL_MMC_ConfigWideBusOperation()
2655 uint32_t response = 0U, validvoltage = 0U; in MMC_PowerON() local
2680 response = SDIO_GetResponse(hmmc->Instance, SDIO_RESP1); in MMC_PowerON()
2683 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in MMC_PowerON()
2687 if (((response & (0xFF000000U)) >> 24U) == 0xC0U) in MMC_PowerON()
Dstm32f1xx_hal_sd.c2705 uint32_t response = 0U, validvoltage = 0U; in SD_PowerON() local
2761 response = SDIO_GetResponse(hsd->Instance, SDIO_RESP1); in SD_PowerON()
2764 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
2774 if((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) /* (response &= SD_HIGH_CAPACITY) */ in SD_PowerON()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_sd.c2642 uint32_t response = 0, validvoltage = 0; in SD_PowerON() local
2693 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
2696 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
2706 if((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) /* (response &= SD_HIGH_CAPACITY) */ in SD_PowerON()
2710 if((response & SD_SWITCH_1_8V_CAPACITY) == SD_SWITCH_1_8V_CAPACITY) in SD_PowerON()
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c2720 uint32_t response = 0U, validvoltage = 0U; in SD_PowerON() local
2776 response = SDIO_GetResponse(hsd->Instance, SDIO_RESP1); in SD_PowerON()
2779 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
2789 if((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) /* (response &= SD_HIGH_CAPACITY) */ in SD_PowerON()