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