Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_usdhc.c774 bool USDHC_Reset(USDHC_Type *base, uint32_t mask, uint32_t timeout) in USDHC_Reset() argument
780 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() argument
919 if (!timeout) in USDHC_SetCardActive()
923 timeout--; in USDHC_SetCardActive()
926 return ((!timeout) ? false : true); in USDHC_SetCardActive()
Dfsl_usdhc.h673 bool USDHC_Reset(USDHC_Type *base, uint32_t mask, uint32_t timeout);
867 bool USDHC_SetCardActive(USDHC_Type *base, uint32_t timeout);