hli_semaphore_create() function
Create a hli queue, wrapping a FreeRTOS semaphore See notes on hli_queue_create.
Arguments
max_count
maximum semaphore count
downstream
FreeRTOS semaphore to forward the calls to
Return value
hli_queue_handle_t handle of the created queue, or NULL on failure