libws libws
WSwan hardware library for the Wonderful toolchain
|
Go to the source code of this file.
Functions | |
static void | ws_serial_open (uint8_t baud_rate) |
static void | ws_serial_close (void) |
static bool | ws_serial_is_overrun (void) |
static void | ws_serial_ack_overrun (void) |
static bool | ws_serial_is_readable (void) |
static bool | ws_serial_is_writable (void) |
uint8_t | ws_serial_getc (void) |
int16_t | ws_serial_getc_nonblock (void) |
void | ws_serial_putc (uint8_t value) |
Functionality related to the serial port.
Definition in file serial.h.