#include <dev/uartavr.h>
Detailed Description
UART device control block structure.
Field Documentation
|
|
Baudrate selector.
See the ATmega datasheet for further details. |
|
|
Queue of threads waiting for a character in the input buffer.
Threads are added to this queue when calling UartAvrInput(). |
|
|
Queue of threads waiting for output buffer empty.
Threads are added to this queue when calling UartAvrFlush(). |