APM:Libraries
Macros | Variables
AP_RAMTRON.cpp File Reference
#include "AP_RAMTRON.h"
Include dependency graph for AP_RAMTRON.cpp:

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::HALhal
 -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More...
 

Macro Definition Documentation

◆ RAMTRON_RDID

#define RAMTRON_RDID   0x9f

Definition at line 12 of file AP_RAMTRON.cpp.

Referenced by AP_RAMTRON::init().

◆ RAMTRON_RDSR

#define RAMTRON_RDSR   0x05

Definition at line 14 of file AP_RAMTRON.cpp.

◆ RAMTRON_READ

#define RAMTRON_READ   0x03

Definition at line 13 of file AP_RAMTRON.cpp.

Referenced by AP_RAMTRON::read().

◆ RAMTRON_WREN

#define RAMTRON_WREN   0x06

Definition at line 15 of file AP_RAMTRON.cpp.

Referenced by AP_RAMTRON::write().

◆ RAMTRON_WRITE

#define RAMTRON_WRITE   0x02

Definition at line 16 of file AP_RAMTRON.cpp.

Referenced by AP_RAMTRON::write().

Variable Documentation

◆ hal

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.