#include <kernel.h>
#include <uart.h>
#include <device.h>
Go to the source code of this file.
Functions | |
devcall | uartPutChar (device *pdev, uchar ch) |
Definition in file uartPutChar.c.
Write a single character to the UART
pdev | pointer to UART device | |
ch | character to write |
Definition at line 18 of file uartPutChar.c.
References uartWrite().