RTEMS
5.1
|
Opens a Serial Port Directly, and Interprets Serial Data. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <rtems.h>
#include <rtems/bspIo.h>
#include <rtems/mouse_parser.h>
#include <rtems/mw_uid.h>
Functions | |
int | mouse_parser_initialize (const char *type) |
Initialize the mouse parser engine. More... | |
void | mouse_parser_enqueue (unsigned char *buffer, size_t size) |
Enqueue input to the mouse parser engine. More... | |
Opens a Serial Port Directly, and Interprets Serial Data.