F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Os/Mem.hpp>
Static Public Member Functions | |
static U32 | virtToPhys (U32 virtAddr) |
Translate virtual to physical memory. | |
static U32 | physToVirt (U32 physAddr) |
Translate physical to virtual memory. | |
|
static |
Translate physical to virtual memory.
Definition at line 11 of file MemCommon.cpp.
|
static |
Translate virtual to physical memory.
Definition at line 7 of file MemCommon.cpp.