Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c232 #define SDIO_TIMEOUT 1000U /*!< SDIO timeout millisecond */ macro
2549 } while ((errorstate == SDMMC_ERROR_ILLEGAL_CMD) && (timeout != SDIO_TIMEOUT)); in SDIO_InitCard()
2551 if ((timeout == SDIO_TIMEOUT) || (errorstate != HAL_SDIO_ERROR_NONE)) in SDIO_InitCard()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sdio.c232 #define SDIO_TIMEOUT 1000U /*!< SDIO timeout millisecond */ macro
2549 } while ((errorstate == SDMMC_ERROR_ILLEGAL_CMD) && (timeout != SDIO_TIMEOUT)); in SDIO_InitCard()
2551 if ((timeout == SDIO_TIMEOUT) || (errorstate != HAL_SDIO_ERROR_NONE)) in SDIO_InitCard()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sdio.c232 #define SDIO_TIMEOUT 1000U /*!< SDIO timeout millisecond */ macro
2549 } while ((errorstate == SDMMC_ERROR_ILLEGAL_CMD) && (timeout != SDIO_TIMEOUT)); in SDIO_InitCard()
2551 if ((timeout == SDIO_TIMEOUT) || (errorstate != HAL_SDIO_ERROR_NONE)) in SDIO_InitCard()