Searched refs:g_psTxQueue (Results 1 – 1 of 1) sorted by relevance
58 am_hal_queue_t g_psTxQueue[AM_REG_UART_NUM_MODULES]; variable817 am_hal_queue_init(&g_psTxQueue[ui32Module], pui8TxArray, 1, ui32TxSize); in am_hal_uart_init_buffered()848 *pui32TxSize = am_hal_queue_data_left(&g_psTxQueue[ui32Module]); in am_hal_uart_get_status_buffered()910 while (am_hal_queue_data_left(&g_psTxQueue[ui32Module]) && in am_hal_uart_service_buffered()913 am_hal_queue_item_get(&g_psTxQueue[ui32Module], &ui8Character, 1); in am_hal_uart_service_buffered()1014 while (am_hal_queue_data_left(&g_psTxQueue[ui32Module]) && in am_hal_uart_service_buffered_timeout_save()1017 am_hal_queue_item_get(&g_psTxQueue[ui32Module], &ui8Character, 1); in am_hal_uart_service_buffered_timeout_save()1040 if (am_hal_queue_empty(&g_psTxQueue[ui32Module]) && in am_hal_uart_char_transmit_buffered()1058 am_hal_queue_item_add(&g_psTxQueue[ui32Module], &cChar, 1); in am_hal_uart_char_transmit_buffered()1082 if (am_hal_queue_empty(&g_psTxQueue[ui32Module]) && in am_hal_uart_string_transmit_buffered()[all …]
Completed in 7 milliseconds