OSAL_RESULT OSAL_QUEUE_IsFullISR(OSAL_QUEUE_HANDLE_TYPE *queID);
Query if an OSAL Queue is full. These function should be used only from witin an ISR, or within a critical section.
Param | Description |
---|---|
queID | A pointer to the queue ID |
OSAL_RESULT_TRUE - The queue is Full
OSAL_RESULT_FALSE - The queue is not Full