libws libws
WSwan hardware library for the Wonderful toolchain
|
Macros | |
#define | WS_UART_DATA_PORT 0xB1 |
#define | WS_UART_CTRL_PORT 0xB3 |
#define | WS_UART_CTRL_ENABLE 0x80 |
#define | WS_UART_CTRL_BAUD_9600 0x00 |
#define | WS_UART_CTRL_BAUD_38400 0x40 |
#define | WS_UART_CTRL_BAUD_SHIFT 6 |
#define | WS_UART_CTRL_BAUD_MASK 0x40 |
#define | WS_UART_CTRL_RX_OVERRUN_RESET 0x20 |
#define | WS_UART_CTRL_TX_READY 0x04 |
#define | WS_UART_CTRL_RX_OVERRUN 0x02 |
#define | WS_UART_CTRL_RX_READY 0x01 |
#define WS_UART_CTRL_BAUD_38400 0x40 |
#define WS_UART_CTRL_BAUD_9600 0x00 |
#define WS_UART_CTRL_ENABLE 0x80 |
#define WS_UART_CTRL_RX_OVERRUN 0x02 |
#define WS_UART_CTRL_RX_OVERRUN_RESET 0x20 |
#define WS_UART_CTRL_RX_READY 0x01 |
#define WS_UART_CTRL_TX_READY 0x04 |