Home
last modified time | relevance | path

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

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_sdhc.c402 uint32_t wordsCanBeRead; /* The words can be read at this time. */ in SDHC_ReadDataPort() local
421 wordsCanBeRead = totalWords; in SDHC_ReadDataPort()
427 wordsCanBeRead = readWatermark; in SDHC_ReadDataPort()
433 wordsCanBeRead = (totalWords - transferredWords); in SDHC_ReadDataPort()
437 while (i < wordsCanBeRead) in SDHC_ReadDataPort()
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A 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()

Completed in 14 milliseconds