Description
This function is used to check if a FIFO can accept any data (if it is full or not).Definition
byte fifo_full(FIFO *fifo)Library
LIB/fifo_lib.basUsage
On entry:fifo is a pointer to a FIFO or an array initalised for use as a FIFO.On exit:Return true if fifo is full otherwise return false