Searched refs:SDIO_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
232 #define SDIO_TIMEOUT 1000U /*!< SDIO timeout millisecond */ macro2549 } 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()