libws libws
WSwan hardware library for the Wonderful toolchain
Loading...
Searching...
No Matches
serial.h File Reference
#include <stdbool.h>
#include <stdint.h>
#include "hardware.h"
#include "util.h"

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)
 

Detailed Description

Functionality related to the serial port.

Definition in file serial.h.