Found 8 other functions taking a
hli_queue_t
argument:
Put one element into a hli queue This puts copies an element into the queue and raises a software interrupt (level 3). In the interrupt, the value is copied to a FreeRTOS "downstream" queue. Note that if the value does not fit into a downstream queue, no error is returned, and the value is lost.
Get one element from a hli queue Usually not used, values get sent to a downstream FreeRTOS queue automatically. However if downstream queue is NULL, this API can be used to get values from a hli queue.
"Give" a semaphore wrapped by a hli queue