Function multififo_isfull

Function Documentation

static inline bool_t multififo_isfull(const struct multififo *const fifo)

Determine if the multi-FIFO is currently full.

Note

This works with the root FIFO only—to check if a child shadow FIFO is full, use fifo_isfull() with an appropriate fifo reference.

Parameters:

fifo – The multi-FIFO handle.

Returns:

bool_t