Function multififo_capacity

Function Documentation

static inline size_t multififo_capacity(const struct multififo *const fifo)

Get the multi-FIFO capacity.

Note

This works with the root FIFO only—to get capacity of a child shadow FIFO, use fifo_capacity() with an appropriate fifo reference.

Parameters:

fifo – The multi-FIFO handle.

Returns:

Capacity of the multi-FIFO, or 0 on ERROR.