RTEMS 6.1-rc5
|
This header file defines the APBUART interface. More...
#include <grlib/apbuart-regs.h>
Go to the source code of this file.
Functions | |
int | apbuart_inbyte_nonblocking (apbuart *regs) |
Clears all errors and tries to get one character from the receiver FIFO. | |
void | apbuart_outbyte_polled (apbuart *regs, char ch) |
Waits until an empty transmitter FIFO was observed and then stores the character to the data register. | |
void | apbuart_outbyte_wait (const apbuart *regs) |
Ensures that at least once an empty transmitter FIFO was observed. | |
This header file defines the APBUART interface.