APM:Libraries
|
#include "binary.h"
#include <inttypes.h>
#include <AP_HAL_F4Light/AP_HAL_F4Light.h>
#include <AP_HAL_F4Light/GPIO.h>
#include <AP_HAL_F4Light/Scheduler.h>
#include <AP_HAL/utility/print_vprintf.h>
#include "../osd_ns.h"
Go to the source code of this file.
Classes | |
class | OSDns::BetterStream |
Macros | |
#define | PSTR(x) (x) |
#define | PROGMEM |
#define | INLINE __attribute__ ((always_inline)) inline |
#define | WEAK __attribute__((weak)) |
#define | PSTR(str) (str) |
#define | BYTE_OF(v, n) (((byte *)&(v))[n]) |
#define | TO_STRING2(x) #x |
#define | TO_STRING(x) TO_STRING2(x) |
#define | NOINLINE __attribute__ ((noinline)) |
Typedefs | |
typedef uint8_t | byte |
typedef uint8_t | boolean |
typedef char | prog_char |
typedef const char * | PGM_P |
typedef uint32_t | byte_32 |
typedef int16_t | byte_16 |
Functions | |
static int | max (int a, int b) |
static float | pgm_read_float (const void *v) |
static uint8_t | pgm_read_byte (const void *v) |
static uint32_t | pgm_read_word (const void *v) |
void | max7456_off () |
void | max7456_on () |
static void | delayMicroseconds (uint16_t us) |
#define INLINE __attribute__ ((always_inline)) inline |
#define NOINLINE __attribute__ ((noinline)) |
#define TO_STRING | ( | x | ) | TO_STRING2(x) |
#define WEAK __attribute__((weak)) |
|
inlinestatic |
Definition at line 82 of file compat.h.
Referenced by delay_telem().
|
inlinestatic |
Definition at line 35 of file compat.h.
Referenced by AP_Avoidance::add_obstacle(), AP_Avoidance::init(), and loop().
void max7456_off | ( | ) |
void max7456_on | ( | ) |
|
inlinestatic |
Definition at line 40 of file compat.h.
Referenced by get_converth(), and get_converts().