|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
linux uart handling More...
Include dependency graph for uart_arch.h:Go to the source code of this file.
Macros | |
| #define | UART_RX_BUFFER_SIZE 512 |
| #define | UART_TX_BUFFER_SIZE 512 |
| #define | B100000 100000 |
| #define | UART_SPEED(_def) uart_speed(_def) |
Functions | |
| static int | uart_speed (int def) |
linux uart handling
Definition in file uart_arch.h.
| #define B100000 100000 |
Definition at line 48 of file uart_arch.h.
| #define UART_RX_BUFFER_SIZE 512 |
Definition at line 31 of file uart_arch.h.
| #define UART_SPEED | ( | _def | ) | uart_speed(_def) |
Definition at line 71 of file uart_arch.h.
| #define UART_TX_BUFFER_SIZE 512 |
Definition at line 34 of file uart_arch.h.