|
APM:Libraries
|
#include <AP_HAL/AP_HAL.h>#include "AP_HAL_ChibiOS_Namespace.h"#include "Semaphores.h"#include "ToneAlarm.h"Go to the source code of this file.
Classes | |
| class | ChibiOS::Util |
Macros | |
| #define | IS_DMA_SAFE(addr) ((uint32_t(addr) & 0xF0000001) == 0x20000000) |
| #define IS_DMA_SAFE | ( | addr | ) | ((uint32_t(addr) & 0xF0000001) == 0x20000000) |
Definition at line 25 of file Util.h.
Referenced by ChibiOS::DeviceBus::bouncebuffer_setup_rx(), and ChibiOS::DeviceBus::bouncebuffer_setup_tx().
1.8.13