Searched refs:timeout (Results 1 – 2 of 2) sorted by relevance
774 bool USDHC_Reset(USDHC_Type *base, uint32_t mask, uint32_t timeout) in USDHC_Reset() argument780 if (timeout == 0U) in USDHC_Reset()784 timeout--; in USDHC_Reset()787 return ((!timeout) ? false : true); in USDHC_Reset()913 bool USDHC_SetCardActive(USDHC_Type *base, uint32_t timeout) in USDHC_SetCardActive() argument919 if (!timeout) in USDHC_SetCardActive()923 timeout--; in USDHC_SetCardActive()926 return ((!timeout) ? false : true); in USDHC_SetCardActive()
673 bool USDHC_Reset(USDHC_Type *base, uint32_t mask, uint32_t timeout);867 bool USDHC_SetCardActive(USDHC_Type *base, uint32_t timeout);