![]() |
RTEMS
5.1
|
UART support. More...
#include <rtems/termiostypes.h>Go to the source code of this file.
Data Structures | |
| struct | zynq_uart_context |
Macros | |
| #define | ZYNQ_UART_DEFAULT_BAUD 115200 |
Functions | |
| void | zynq_uart_initialize (rtems_termios_device_context *base) |
| int | zynq_uart_read_polled (rtems_termios_device_context *base) |
| void | zynq_uart_write_polled (rtems_termios_device_context *base, char c) |
| void | zynq_uart_reset_tx_flush (zynq_uart_context *ctx) |
Variables | |
| const rtems_termios_device_handler | zynq_uart_handler |
UART support.
| void zynq_uart_reset_tx_flush | ( | zynq_uart_context * | ctx | ) |
Flush TX FIFO and wait until it is empty. Used in bsp_reset.
1.8.15