dRonin
adbada4
dRonin firmware
|
SERIAL private definitions. More...
#include <pios.h>
#include <stdio.h>
#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
Go to the source code of this file.
Functions | |
int32_t | PIOS_SERIAL_Init (uintptr_t *serial_id, const char *path) |
int32_t | PIOS_SERIAL_InitFromFd (uintptr_t *serial_id, int readfd, int writefd, bool dont_touch_line) |
Variables | |
const struct pios_com_driver | pios_serial_com_driver |
SERIAL private definitions.
Definition in file pios_serial_priv.h.