Searched refs:FUart_SendByte (Results 1 – 5 of 5) sorted by relevance
20 FUart_SendByte(FT_STDOUT_BASEADDRESS, byte); in outbyte()
17 void FUart_SendByte(u32 BaseAddress, u8 Byte) in FUart_SendByte() function
213 void FUart_SendByte(u32 BaseAddress, u8 Byte);
273 FUart_SendByte(UartPtr->Config.BaseAddress, BytePtr[index]); in FUart_BlockSend()
121 FUart_SendByte(uart_ptr->Config.BaseAddress, c); in uart_putc()
Completed in 10 milliseconds