55#ifndef _GRLIB_APBUART_H
56#define _GRLIB_APBUART_H
This header file defines the APBUART register block interface.
int apbuart_inbyte_nonblocking(apbuart *regs)
Clears all errors and tries to get one character from the receiver FIFO.
Definition: apbuart_polled.c:56
void apbuart_outbyte_wait(const apbuart *regs)
Ensures that at least once an empty transmitter FIFO was observed.
Definition: apbuart_polled.c:43
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...
Definition: apbuart_polled.c:50
This structure defines the APBUART register block memory map.
Definition: apbuart-regs.h:248