Searched refs:am_hal_queue_item_get (Results 1 – 4 of 4) sorted by relevance
| /bsp/apollo2/libraries/drivers/hal/ |
| A D | am_hal_queue.h | 110 extern bool am_hal_queue_item_get(am_hal_queue_t *psQueue, void *pvDest, uint32_t ui32NumItems);
|
| A D | am_hal_uart.c | 913 am_hal_queue_item_get(&g_psTxQueue[ui32Module], &ui8Character, 1); in am_hal_uart_service_buffered() 1017 am_hal_queue_item_get(&g_psTxQueue[ui32Module], &ui8Character, 1); in am_hal_uart_service_buffered_timeout_save() 1137 am_hal_queue_item_get(&g_psRxQueue[ui32Module], pcString, 1); in am_hal_uart_char_receive_buffered()
|
| A D | am_hal_queue.c | 224 am_hal_queue_item_get(am_hal_queue_t *psQueue, void *pvDest, uint32_t ui32NumItems) in am_hal_queue_item_get() function
|
| A D | am_hal_iom.c | 4421 if ( am_hal_queue_item_get(&g_psIOMQueue[ui32Module], &sIOMTransaction, 1) ) in am_hal_iom_queue_start_next_msg()
|
Completed in 17 milliseconds