Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_usdhc.c362 uint32_t wordsCanBeRead; /* The words can be read at this time. */ in USDHC_ReadDataPort() local
381 wordsCanBeRead = totalWords; in USDHC_ReadDataPort()
387 wordsCanBeRead = readWatermark; in USDHC_ReadDataPort()
393 wordsCanBeRead = (totalWords - transferredWords); in USDHC_ReadDataPort()
397 while (i < wordsCanBeRead) in USDHC_ReadDataPort()