Contents:
Defined in File fifo.h
Apply an operation to all elements of the FIFO.
fifo – The FIFO handle.
f – A function pointer which will be called for every element in the FIFO. This function CAN modify FIFO elements.
status_t.