hli_queue_put() function
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.
Arguments
data
pointer to the element to be sent
Return value
true if data was placed into the hli queue successfully