Searched refs:SDMMC_MAX_VOLT_TRIAL (Results 1 – 2 of 2) sorted by relevance
3202 if(count++ == SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()3239 if(count++ == SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()3287 while((count < SDMMC_MAX_VOLT_TRIAL) && (validvoltage == 0U)) in SD_PowerON()3312 if(count >= SDMMC_MAX_VOLT_TRIAL) in SD_PowerON()
325 #define SDMMC_MAX_VOLT_TRIAL ((uint32_t)0x0000FFFFU) macro