Function multififo_isempty

Function Documentation

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

Determine if the multi-FIFO is currently empty.

Note

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

Parameters:

fifo – The multi-FIFO handle.

Returns:

bool_t