Searched refs:Resp4 (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sdio.c | 2492 uint32_t Resp4; in SDIO_InitCard() local 2509 errorstate = SDMMC_CmdSendOperationcondition(hsdio->Instance, 0U, &Resp4); in SDIO_InitCard() 2515 nbr_of_func = ((Resp4 & 0x70000000U) >> 28U); in SDIO_InitCard() 2520 …SDMMC_CmdSendOperationcondition(hsdio->Instance, (SDIO_OCR_VDD_32_33 | SDIO_OCR_SDIO_S18R), &Resp4) in SDIO_InitCard() 2526 if ((((Resp4 & 0x80000000U) >> 31U) != 0U) && (((Resp4 & 0x1000000U) >> 24U) != 0U)) in SDIO_InitCard()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_sdio.c | 2492 uint32_t Resp4; in SDIO_InitCard() local 2509 errorstate = SDMMC_CmdSendOperationcondition(hsdio->Instance, 0U, &Resp4); in SDIO_InitCard() 2515 nbr_of_func = ((Resp4 & 0x70000000U) >> 28U); in SDIO_InitCard() 2520 …SDMMC_CmdSendOperationcondition(hsdio->Instance, (SDIO_OCR_VDD_32_33 | SDIO_OCR_SDIO_S18R), &Resp4) in SDIO_InitCard() 2526 if ((((Resp4 & 0x80000000U) >> 31U) != 0U) && (((Resp4 & 0x1000000U) >> 24U) != 0U)) in SDIO_InitCard()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_sdio.c | 2492 uint32_t Resp4; in SDIO_InitCard() local 2509 errorstate = SDMMC_CmdSendOperationcondition(hsdio->Instance, 0U, &Resp4); in SDIO_InitCard() 2515 nbr_of_func = ((Resp4 & 0x70000000U) >> 28U); in SDIO_InitCard() 2520 …SDMMC_CmdSendOperationcondition(hsdio->Instance, (SDIO_OCR_VDD_32_33 | SDIO_OCR_SDIO_S18R), &Resp4) in SDIO_InitCard() 2526 if ((((Resp4 & 0x80000000U) >> 31U) != 0U) && (((Resp4 & 0x1000000U) >> 24U) != 0U)) in SDIO_InitCard()
|