MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / outbyte

Function outbyte

bsp/ft2004/libraries/bsp/standlone/outbyte.c:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include "ft_uart_hw.h"
17
18void outbyte(char byte)
19{
20 FUart_SendByte(FT_STDOUT_BASEADDRESS, byte);
21}

Callers 1

Ft_printfFunction · 0.85

Calls 1

FUart_SendByteFunction · 0.85

Tested by

no test coverage detected