57 fifo = malloc(size +
sizeof(
Ifx_Fifo) + 8);
105 boolean interruptState;
125 if (count < fifo->elementSize)
131 boolean interruptState;
167 boolean interruptState;
187 return count - blockSize;
196 boolean Stop =
FALSE;
210 blockSize = Ifx_Fifo_beginRead(fifo, count);
216 count = Ifx_Fifo_readEnd(fifo, count, blockSize);
231 }
while (count != 0);
242 boolean interruptState;
264 boolean interruptState;
284 if (count < fifo->elementSize)
290 boolean interruptState;
320 boolean interruptState;
341 return count - blockSize;
350 boolean Stop =
FALSE;
364 blockSize = Ifx_Fifo_beginWrite(fifo, count);
370 count = Ifx_Fifo_endWrite(fifo, count, blockSize);
385 }
while (count != 0);