Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
linux uart handling More...
Go to the source code of this file.
Macros | |
#define | UART_RX_BUFFER_SIZE 512 |
#define | UART_TX_BUFFER_SIZE 512 |
#define | UART_SPEED(_def) uart_speed(_def) |
Functions | |
static int | uart_speed (int def) |
linux uart handling
Definition in file uart_arch.h.
#define UART_RX_BUFFER_SIZE 512 |
Definition at line 31 of file uart_arch.h.
Referenced by uart_char_available(), uart_getch(), uart_ISR(), uart_receive_handler(), and usart_isr().
#define UART_SPEED | ( | _def | ) | uart_speed(_def) |
Definition at line 61 of file uart_arch.h.
Referenced by gps_ubx_ucenter_config_port(), and gps_ubx_ucenter_configure().
#define UART_TX_BUFFER_SIZE 512 |
Definition at line 34 of file uart_arch.h.
Referenced by uart_check_free_space(), uart_ISR(), uart_put_byte(), and usart_isr().