Searched refs:Chip_UART_Send (Results 1 – 3 of 3) sorted by relevance
92 int Chip_UART_Send(LPC_USART_T *pUART, const void *data, int numBytes) in Chip_UART_Send() function115 pass = Chip_UART_Send(pUART, p8, numBytes); in Chip_UART_SendBlocking()
182 pUcom->txBuf_uartIndex = Chip_UART_Send(LPC_USART, in UCOM_bulk_hdlr()269 count = Chip_UART_Send(LPC_USART, &g_uCOM.txBuf[g_uCOM.txBuf_uartIndex], g_uCOM.txBuf_count); in LPC_UARTHNDLR()
312 int Chip_UART_Send(LPC_USART_T *pUART, const void *data, int numBytes);
Completed in 4 milliseconds