On-chip UART HDLC device definitions. More...
Go to the source code of this file.
Functions | |
| int | AhdlcAvrInit (NUTDEVICE *dev) |
| Initialize asynchronous HDLC device. | |
| int | AhdlcAvrIOCtl (NUTDEVICE *dev, int req, void *conf) |
| Perform on-chip UART control functions. | |
| int | AhdlcAvrRead (NUTFILE *fp, void *buffer, int size) |
| Read from the asynchronous HDLC device. | |
| int | AhdlcAvrWrite (NUTFILE *fp, const void *buffer, int len) |
| Write to the asynchronous HDLC device. | |
| int | AhdlcAvrWrite_P (NUTFILE *fp, PGM_P buffer, int len) |
| Write to the asynchronous HDLC device. | |
| NUTFILE * | AhdlcAvrOpen (NUTDEVICE *dev, const char *name, int mode, int acc) |
| Open the asynchronous HDLC device. | |
| int | AhdlcAvrClose (NUTFILE *fp) |
| Close the asynchronous HDLC device. | |
Variables | |
| NUTDEVICE | devAhdlc0 |
| Device information structure. | |
| NUTDEVICE | devAhdlc1 |
| Device information structure. | |
UART1 RTS Handshake Control | |
| int | AhdlcOutput (NUTDEVICE *dev, NETBUF *nb) |
| Send HDLC frame. | |
On-chip UART HDLC device definitions.