Searched refs:ioReady (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sdio.c | 2218 uint8_t ioReady = 0U; in HAL_SDIO_EnableIOFunction() local 2250 …Direct(hsdio, SDMMC_SDIO_CCCR0_SD_BYTE3, HAL_SDIO_WRITE_ONLY, SDIO_FUNCTION_0, &ioReady) != HAL_OK) in HAL_SDIO_EnableIOFunction() 2255 if ((ioReady & (1U << (uint32_t)IOFunction)) != 0U) in HAL_SDIO_EnableIOFunction()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_sdio.c | 2218 uint8_t ioReady = 0U; in HAL_SDIO_EnableIOFunction() local 2250 …Direct(hsdio, SDMMC_SDIO_CCCR0_SD_BYTE3, HAL_SDIO_WRITE_ONLY, SDIO_FUNCTION_0, &ioReady) != HAL_OK) in HAL_SDIO_EnableIOFunction() 2255 if ((ioReady & (1U << (uint32_t)IOFunction)) != 0U) in HAL_SDIO_EnableIOFunction()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_sdio.c | 2218 uint8_t ioReady = 0U; in HAL_SDIO_EnableIOFunction() local 2250 …Direct(hsdio, SDMMC_SDIO_CCCR0_SD_BYTE3, HAL_SDIO_WRITE_ONLY, SDIO_FUNCTION_0, &ioReady) != HAL_OK) in HAL_SDIO_EnableIOFunction() 2255 if ((ioReady & (1U << (uint32_t)IOFunction)) != 0U) in HAL_SDIO_EnableIOFunction()
|