queue_is_full() function
Check if queue is full This function is interrupt and multicore safe.
Syntax
static inline bool queue_is_full(queue_t *q); Arguments
q
Pointer to a queue_t structure, used as a handle
Return value
true if queue is full, false otherwise