libpynq (release 5EWC0-2023 version 0.2.0 of 2023-08-28 20:33)
|
#include <uart.h>
Go to the source code of this file.
Functions | |
void | uart_init (const int uart) |
void | uart_destroy (const int uart) |
void | uart_send (const int uart, const uint8_t data) |
uint8_t | uart_recv (const int uart) |
bool | uart_has_data (const int uart) |
bool | uart_has_space (const int uart) |
void | uart_reset_fifos (const int uart) |