Searched refs:pSendBuff (Results 1 – 2 of 2) sorted by relevance
326 void UART_SendWait(UART_Type *pUART, uint8_t *pSendBuff, uint32_t u32Length) in UART_SendWait() argument333 u8TxChar = pSendBuff[i]; in UART_SendWait()
484 void UART_SendWait(UART_Type *pUART, uint8_t *pSendBuff, uint32_t u32Length);
Completed in 7 milliseconds