#include <modm/architecture/interface/accessor_ram.hpp>
 | 
| 
  | Ram (const T *addr=0) | 
|   | 
| 
template<typename U >  | 
|   | Ram (const Ram< U > &rhs) | 
|   | 
| 
const T  | operator* () const | 
|   | 
| 
const T  | operator[] (std::size_t index) const | 
|   | 
| 
Ram &  | operator++ () | 
|   | 
| 
Ram  | operator++ (int) | 
|   | 
| 
Ram &  | operator-- () | 
|   | 
| 
Ram &  | operator-- (int) | 
|   | 
| 
Ram &  | operator+= (std::size_t rhs) | 
|   | 
| 
Ram &  | operator-= (std::size_t rhs) | 
|   | 
| 
const T *  | getPointer () const | 
|   | 
template<typename T>
class modm::accessor::Ram< T >
Pointer to RAM
- Author
 - Fabian Greif 
 
The documentation for this class was generated from the following file: