libws libws
WSwan hardware library for the Wonderful toolchain
|
Go to the source code of this file.
Functions | |
static void | ws_uart_open (uint8_t baud_rate) |
static void | ws_uart_close (void) |
static bool | ws_uart_is_rx_overrun (void) |
static void | ws_uart_ack_rx_overrun (void) |
static bool | ws_uart_is_rx_ready (void) |
static bool | ws_uart_is_tx_ready (void) |
uint8_t | ws_uart_getc (void) |
int16_t | ws_uart_getc_nonblock (void) |
void | ws_uart_putc (uint8_t value) |
Functionality related to the UART EXT port.
Definition in file uart.h.