Function fifo_remove

Function Documentation

status_t fifo_remove(struct fifo *fifo, void *e)

Dequeue an element from the FIFO.

Parameters:
  • fifo – The FIFO handle.

  • e – The element to dequeue into from the FIFO. Can be NULL.

Returns:

status_t.