Header for UART wrapper. More...
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | UART_END_FLAG 0x02 |
#define | UART_LENGTH_IDX 1 |
#define | UART_MAX_BUF_LEN 254 |
#define | UART_OVERHEAD_LENGTH 4 |
#define | UART_PAYLOAD_START_OFFSET 2 |
#define | UART_START_FLAG 0x01 |
#define | UART_START_FLAG_IDX 0 |
Header for UART wrapper.
Definition in file uart_wrapper.h.
#define UART_END_FLAG 0x02 |
Definition at line 15 of file uart_wrapper.h.
#define UART_LENGTH_IDX 1 |
Definition at line 19 of file uart_wrapper.h.
#define UART_MAX_BUF_LEN 254 |
Definition at line 20 of file uart_wrapper.h.
#define UART_OVERHEAD_LENGTH 4 |
Definition at line 16 of file uart_wrapper.h.
#define UART_PAYLOAD_START_OFFSET 2 |
Definition at line 17 of file uart_wrapper.h.
#define UART_START_FLAG 0x01 |
Definition at line 14 of file uart_wrapper.h.
#define UART_START_FLAG_IDX 0 |
Definition at line 18 of file uart_wrapper.h.