Go to the source code of this file.
Functions | |
| int | AhdlcAt91Init (NUTDEVICE *dev) |
| Initialize asynchronous HDLC device. | |
| int | AhdlcAt91IOCtl (NUTDEVICE *dev, int req, void *conf) |
| Perform on-chip UART control functions. | |
| int | AhdlcAt91Input (NUTDEVICE *dev) |
| int | AhdlcAt91Output (NUTDEVICE *dev) |
| int | AhdlcAt91Read (NUTFILE *fp, void *buffer, int size) |
| Read from the asynchronous HDLC device. | |
| int | AhdlcAt91Write (NUTFILE *fp, const void *buffer, int len) |
| Write to the asynchronous HDLC device. | |
| NUTFILE * | AhdlcAt91Open (NUTDEVICE *dev, const char *name, int mode, int acc) |
| Open the asynchronous HDLC device. | |
| int | AhdlcAt91Close (NUTFILE *fp) |
| Close the asynchronous HDLC device. | |
Variables | |
| NUTDEVICE | devAhdlc1 |
| Device information structure. | |
| int AhdlcAt91Input | ( | NUTDEVICE * | dev | ) |
| int AhdlcAt91Output | ( | NUTDEVICE * | dev | ) |