APM:Libraries
|
#include "AP_RAMTRON.h"
Go to the source code of this file.
Macros | |
#define | RAMTRON_RDID 0x9f |
#define | RAMTRON_READ 0x03 |
#define | RAMTRON_RDSR 0x05 |
#define | RAMTRON_WREN 0x06 |
#define | RAMTRON_WRITE 0x02 |
Variables | |
const AP_HAL::HAL & | hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
#define RAMTRON_RDID 0x9f |
Definition at line 12 of file AP_RAMTRON.cpp.
Referenced by AP_RAMTRON::init().
#define RAMTRON_RDSR 0x05 |
Definition at line 14 of file AP_RAMTRON.cpp.
#define RAMTRON_READ 0x03 |
Definition at line 13 of file AP_RAMTRON.cpp.
Referenced by AP_RAMTRON::read().
#define RAMTRON_WREN 0x06 |
Definition at line 15 of file AP_RAMTRON.cpp.
Referenced by AP_RAMTRON::write().
#define RAMTRON_WRITE 0x02 |
Definition at line 16 of file AP_RAMTRON.cpp.
Referenced by AP_RAMTRON::write().
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.