#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
#include <unistd.h>
Go to the source code of this file.
◆ SERIAL_PORT_LENGTH
| #define SERIAL_PORT_LENGTH 50U |
◆ serialDeInitFunc
| typedef bool(* serialDeInitFunc) () |
◆ serialInitFunc
| typedef bool(* serialInitFunc) () |
◆ serialPeekFunc
| typedef int(* serialPeekFunc) (void) |
◆ serialReadFunc
| typedef int(* serialReadFunc) (char *bytes, const uint16_t length) |
◆ serialWriteFunc
| typedef int(* serialWriteFunc) (const char *data, const uint16_t length) |
◆ serialState