Function fifo_add

Function Documentation

status_t fifo_add(struct fifo *fifo, const void *e)

Enqueue an element into the FIFO.

Parameters:
  • fifo – The FIFO handle.

  • e – The element to enqueue. Cannot be NULL.

Returns:

status_t.