Searched refs:FIFOSIZE (Results 1 – 2 of 2) sorted by relevance
42 if (fifo->dataslot == FIFOSIZE) in fifoGet()67 if (fifo->dataslot == FIFOSIZE) in fifoGetNonBlock()92 cnt = read( fd, &fifo->data[fifo->emptyslot], FIFOSIZE-fifo->emptyslot ); in fifoPut()99 if ( fifo->len > FIFOSIZE ) in fifoPut()107 if ( fifo->emptyslot == FIFOSIZE ) in fifoPut()
7 #define FIFOSIZE 2048 macro11 u8_t data[FIFOSIZE+10]; /* data segment, +10 is a hack probably not needed.. FIXME! */
Completed in 16 milliseconds