Home
last modified time | relevance | path

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

/hardware/invensense/60xx/mlsdk/mllite/
DmlFIFOHW.c116 uint_fast16_t toRead; in inv_get_fifo() local
119 toRead = length - FIFO_FOOTER_SIZE + fifo_objHW.fifoCount; in inv_get_fifo()
121 if (length > MAX_FIFO_LENGTH || toRead > length || NULL == buffer) { in inv_get_fifo()
140 0 ? buffer : buffer + FIFO_FOOTER_SIZE, toRead); in inv_get_fifo()
169 for (kk = 0; kk < (int)toRead; kk++) { in inv_get_fifo()