Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_mmc.c2372 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2431 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2433 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2439 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
2952 uint32_t response = 0U; in HAL_MMC_Sanitize() local
2991 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
2993 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
2999 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3064 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3098 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
[all …]
Dstm32h5xx_hal_sd.c3115 uint32_t response = 0U; in SD_PowerON() local
3176 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
3179 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
3192 if ((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) in SD_PowerON()
3198 if ((response & SD_SWITCH_1_8V_CAPACITY) == SD_SWITCH_1_8V_CAPACITY) in SD_PowerON()
/hal_stm32-latest/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-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mmc.c2423 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2482 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2484 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2490 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
3003 uint32_t response = 0U; in HAL_MMC_Sanitize() local
3042 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
3044 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
3050 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3115 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3149 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
[all …]
Dstm32u5xx_hal_sd.c3093 uint32_t response = 0U; in SD_PowerON() local
3154 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
3157 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
3170 if ((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) in SD_PowerON()
3176 if ((response & SD_SWITCH_1_8V_CAPACITY) == SD_SWITCH_1_8V_CAPACITY) in SD_PowerON()
Dstm32u5xx_hal_sdio.c2613 uint8_t response; in SDIO_WriteDirect() local
2620 errorstate = SDMMC_SDIO_CmdReadWriteDirect(hsdio->Instance, cmd, &response); in SDIO_WriteDirect()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mmc.c2466 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2525 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2527 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2533 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
3046 uint32_t response = 0U; in HAL_MMC_Sanitize() local
3085 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
3087 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
3093 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3158 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3192 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
[all …]
Dstm32h7xx_hal_sd.c3136 uint32_t response = 0U; in SD_PowerON() local
3197 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
3200 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
3213 if ((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) in SD_PowerON()
3219 if ((response & SD_SWITCH_1_8V_CAPACITY) == SD_SWITCH_1_8V_CAPACITY) in SD_PowerON()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mmc.c2437 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2496 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2498 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2504 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
3017 uint32_t response = 0U; in HAL_MMC_Sanitize() local
3056 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
3058 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
3064 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3129 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3163 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
[all …]
Dstm32n6xx_hal_sd.c3111 uint32_t response = 0U; in SD_PowerON() local
3172 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
3175 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
3188 if ((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) in SD_PowerON()
3194 if ((response & SD_SWITCH_1_8V_CAPACITY) == SD_SWITCH_1_8V_CAPACITY) in SD_PowerON()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_mmc.c2466 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2525 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2527 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2533 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
3046 uint32_t response = 0U; in HAL_MMC_Sanitize() local
3085 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
3087 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
3093 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3158 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3192 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
[all …]
Dstm32l5xx_hal_sd.c3136 uint32_t response = 0U; in SD_PowerON() local
3197 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
3200 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
3213 if ((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) in SD_PowerON()
3219 if ((response & SD_SWITCH_1_8V_CAPACITY) == SD_SWITCH_1_8V_CAPACITY) in SD_PowerON()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mmc.c2423 uint32_t response = 0U; in HAL_MMC_ConfigWideBusOperation() local
2482 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigWideBusOperation()
2484 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
2490 if ((response & 0x80U) != 0U) in HAL_MMC_ConfigWideBusOperation()
3003 uint32_t response = 0U; in HAL_MMC_Sanitize() local
3042 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_Sanitize()
3044 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_Sanitize()
3050 if ((response & 0x80U) != 0U) in HAL_MMC_Sanitize()
3115 uint32_t response = 0U; in HAL_MMC_ConfigSecRemovalType() local
3149 response = SDMMC_GetResponse(hmmc->Instance, SDMMC_RESP1); in HAL_MMC_ConfigSecRemovalType()
[all …]
Dstm32h7rsxx_hal_sd.c3093 uint32_t response = 0U; in SD_PowerON() local
3154 response = SDMMC_GetResponse(hsd->Instance, SDMMC_RESP1); in SD_PowerON()
3157 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
3170 if ((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) in SD_PowerON()
3176 if ((response & SD_SWITCH_1_8V_CAPACITY) == SD_SWITCH_1_8V_CAPACITY) in SD_PowerON()
/hal_stm32-latest/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.c2707 uint32_t response = 0U, validvoltage = 0U; in SD_PowerON() local
2763 response = SDIO_GetResponse(hsd->Instance, SDIO_RESP1); in SD_PowerON()
2766 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
2776 if((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) /* (response &= SD_HIGH_CAPACITY) */ in SD_PowerON()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_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()
2798 uint32_t response = 0U, validvoltage = 0U; in MMC_PowerON() local
2823 response = SDIO_GetResponse(hmmc->Instance, SDIO_RESP1); in MMC_PowerON()
2826 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in MMC_PowerON()
2830 if (((response & (0xFF000000U)) >> 24U) == 0xC0U) in MMC_PowerON()
3057 uint32_t response = 0U; in MMC_PwrClassUpdate() local
3105 response = SDIO_GetResponse(hmmc->Instance, SDIO_RESP1); in MMC_PwrClassUpdate()
[all …]
Dstm32f1xx_hal_sd.c2703 uint32_t response = 0U, validvoltage = 0U; in SD_PowerON() local
2759 response = SDIO_GetResponse(hsd->Instance, SDIO_RESP1); in SD_PowerON()
2762 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
2772 if((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) /* (response &= SD_HIGH_CAPACITY) */ in SD_PowerON()
/hal_stm32-latest/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-latest/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.c2773 uint32_t response = 0U, validvoltage = 0U; in SD_PowerON() local
2829 response = SDIO_GetResponse(hsd->Instance, SDIO_RESP1); in SD_PowerON()
2832 validvoltage = (((response >> 31U) == 1U) ? 1U : 0U); in SD_PowerON()
2842 if((response & SDMMC_HIGH_CAPACITY) == SDMMC_HIGH_CAPACITY) /* (response &= SD_HIGH_CAPACITY) */ in SD_PowerON()
/hal_stm32-latest/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-latest/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()

12