#include <dev/term.h>#include <stdlib.h>#include <string.h>#include <fcntl.h>#include <memdebug.h>
Go to the source code of this file.
Functions | |
| void | TermRefresh (TERMDCB *dcb) |
| int | TermIOCtl (NUTDEVICE *dev, int req, void *conf) |
| Perform special LCD control functions. | |
| int | TermInit (NUTDEVICE *dev) |
| Initialize the terminal device. | |
| int | TermWrite (NUTFILE *fp, CONST void *buffer, int len) |
| Write data to a terminal device. | |
| int | TermWrite_P (NUTFILE *fp, PGM_P buffer, int len) |
| Write data from program space to a terminal device. | |
| NUTFILE * | TermOpen (NUTDEVICE *dev, CONST char *name, int mode, int acc) |
| Open a terminal device. | |
| int | TermClose (NUTFILE *fp) |
| Close a device or file. | |