Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c2492 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/
Dstm32n6xx_hal_sdio.c2492 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/
Dstm32h7xx_hal_sdio.c2492 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()