OSAL_RESULT OSAL_QUEUE_CreateSet(OSAL_QUEUE_SET_HANDLE_TYPE *queID, uint32_t queueLength);
Creates a new queue set instance, and returns a handle by which the new queue can be referenced
Param | Description |
---|---|
queID | A pointer to the queue ID |
queueLength | The maximum number of items that the queue can contain. |
OSAL_RESULT_TRUE - A queue set had been created
OSAL_RESULT_FALSE - Queue creation failed