Functions | |
int | UartAvrInit (NUTDEVICE *dev) |
Initialize on chip uart device. More... | |
int | UartAvrIOCtl (NUTDEVICE *dev, int req, void *conf) |
Perform on-chip UART control functions. More... | |
int | UartAvrInput (NUTDEVICE *dev) |
Wait for input. More... | |
int | UartAvrOutput (NUTDEVICE *dev) |
Initiate output. More... | |
int | UartAvrFlush (NUTDEVICE *dev) |
Wait for output buffer empty. More... |