hli_queue_get() function
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.
Arguments
out
pointer where to store the element
Return value
true if the element was successfully read from the queue
![]()
while (hli_queue_get(queue, scratch)) {
hli_queue_get() is called by 1 function and calls 4 functions:
![]()
hli_queue_get()
hli_queue_get() reads 2 variables and writes 1 variable:
![]()
hli_queue_get()