APM:Libraries
Macros | Functions | Variables
UARTDriver.cpp File Reference
#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"
Include dependency graph for UARTDriver.cpp:

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::HALhal
 

Macro Definition Documentation

◆ EVT_DATA

#define EVT_DATA   EVENT_MASK(0)

Function Documentation

◆ hal_console_vprintf()

static int hal_console_vprintf ( const char *  fmt,
va_list  arg 
)
static

Definition at line 121 of file UARTDriver.cpp.

Referenced by ChibiOS::UARTDriver::begin().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ hal

const AP_HAL::HAL& hal

Definition at line 14 of file AC_PID_test.cpp.