OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fifocount
(Results
1 - 1
of
1
) sorted by null
/hardware/invensense/mlsdk/mllite/
mlFIFOHW.c
69
short
fifoCount
;
119
toRead = length - FIFO_FOOTER_SIZE + fifo_objHW.
fifoCount
;
131
// fifo_objHW.
fifoCount
is the footer size left in the buffer, or
133
if (inFifo < length + fifo_objHW.
fifoCount
) {
139
inv_read_fifo(fifo_objHW.
fifoCount
>
162
for (kk = 0; kk < fifo_objHW.
fifoCount
; ++kk) {
167
MPL_LOGW("
fifoCount
: %d\n", fifo_objHW.
fifoCount
);
178
if (fifo_objHW.
fifoCount
== 0) {
179
fifo_objHW.
fifoCount
= FIFO_FOOTER_SIZE
[
all
...]
Completed in 602 milliseconds