#include <kernel.h>#include <uart.h>#include <device.h>

Go to the source code of this file.
Functions | |
| devcall | uartGetChar (device *pdev) |
Definition in file uartGetChar.c.
| devcall uartGetChar | ( | device * | pdev | ) |
Read a single character from UART.
| pdev | pointer to UART device |
Definition at line 17 of file uartGetChar.c.
References uartRead().
1.5.5