APM:Libraries
|
#include <AP_HAL/AP_HAL.h>
#include "AP_HAL_PX4_Namespace.h"
#include <systemlib/perf_counter.h>
#include <AP_Common/Bitmask.h>
#include <AP_FlashStorage/AP_FlashStorage.h>
Go to the source code of this file.
Classes | |
class | PX4::PX4Storage |
Macros | |
#define | USE_FLASH_STORAGE 0 |
#define | PX4_STORAGE_SIZE HAL_STORAGE_SIZE |
#define | PX4_STORAGE_LINE_SHIFT 9 |
#define | PX4_STORAGE_LINE_SIZE (1<<PX4_STORAGE_LINE_SHIFT) |
#define | PX4_STORAGE_NUM_LINES (PX4_STORAGE_SIZE/PX4_STORAGE_LINE_SIZE) |
#define PX4_STORAGE_LINE_SHIFT 9 |
Definition at line 24 of file Storage.h.
Referenced by PX4::PX4Storage::_mark_dirty().
#define PX4_STORAGE_LINE_SIZE (1<<PX4_STORAGE_LINE_SHIFT) |
Definition at line 27 of file Storage.h.
Referenced by PX4::PX4Storage::_mtd_load(), and PX4::PX4Storage::_mtd_write().
#define PX4_STORAGE_NUM_LINES (PX4_STORAGE_SIZE/PX4_STORAGE_LINE_SIZE) |
Definition at line 28 of file Storage.h.
Referenced by PX4::PX4Storage::_timer_tick().
#define PX4_STORAGE_SIZE HAL_STORAGE_SIZE |