|
APM:Libraries
|
#include <AP_HAL/AP_HAL.h>#include <string.h>#include "Storage.h"#include "EEPROM.h"#include "Scheduler.h"Go to the source code of this file.
Variables | |
| const AP_HAL::HAL & | hal |
| -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
| Storage::Item Storage::queue [EEPROM_QUEUE_LEN] | IN_CCM |
| const uint32_t | pageSize = 0x4000 |
| const uint32_t | pageBase0 = 0x08008000 |
| const uint32_t | pageBase1 = 0x0800c000 |
| const AP_HAL::HAL& hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
Definition at line 14 of file AC_PID_test.cpp.
| bool Storage::write_deferred IN_CCM |
Definition at line 52 of file Storage.cpp.
| const uint32_t pageBase0 = 0x08008000 |
Definition at line 68 of file Storage.cpp.
Referenced by F4Light::Storage::init(), and EEPROMClass::init().
| const uint32_t pageBase1 = 0x0800c000 |
Definition at line 69 of file Storage.cpp.
Referenced by F4Light::Storage::init(), and EEPROMClass::init().
| const uint32_t pageSize = 0x4000 |
Definition at line 63 of file Storage.cpp.
Referenced by F4Light::Storage::init(), and EEPROMClass::init().
1.8.13