|
APM:Libraries
|
#include <AP_HAL/utility/RingBuffer.h>#include "AP_HAL_ChibiOS.h"#include "shared_dma.h"#include "Semaphores.h"Go to the source code of this file.
Classes | |
| class | ChibiOS::UARTDriver |
| struct | ChibiOS::UARTDriver::SerialDef |
Macros | |
| #define | RX_BOUNCE_BUFSIZE 128 |
| #define | TX_BOUNCE_BUFSIZE 64 |
| #define | UART_MAX_DRIVERS 7 |
| #define RX_BOUNCE_BUFSIZE 128 |
Definition at line 25 of file UARTDriver.h.
Referenced by ChibiOS::UARTDriver::_timer_tick(), ChibiOS::UARTDriver::begin(), and ChibiOS::UARTDriver::rxbuff_full_irq().
| #define TX_BOUNCE_BUFSIZE 64 |
Definition at line 26 of file UARTDriver.h.
Referenced by ChibiOS::UARTDriver::write_pending_bytes_DMA().
| #define UART_MAX_DRIVERS 7 |
Definition at line 28 of file UARTDriver.h.
Referenced by ChibiOS::UARTDriver::uart_thread(), and ChibiOS::UARTDriver::UARTDriver().
1.8.13