APM:Libraries
|
#include <AP_HAL/AP_HAL.h>
#include "UARTDriver.h"
#include "GPIO.h"
#include <usbcfg.h>
#include "shared_dma.h"
#include <AP_Math/AP_Math.h>
#include "Scheduler.h"
Go to the source code of this file.
Macros | |
#define | EVT_DATA EVENT_MASK(0) |
Functions | |
static int | hal_console_vprintf (const char *fmt, va_list arg) |
Variables | |
const AP_HAL::HAL & | hal |
#define EVT_DATA EVENT_MASK(0) |
Definition at line 53 of file UARTDriver.cpp.
Referenced by ChibiOS::UARTDriver::_timer_tick(), ChibiOS::UARTDriver::rxbuff_full_irq(), and ChibiOS::UARTDriver::wait_timeout().
|
static |
Definition at line 121 of file UARTDriver.cpp.
Referenced by ChibiOS::UARTDriver::begin().
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.