F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
Os::Mem Class Reference

#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.
 

Detailed Description

Definition at line 9 of file Mem.hpp.

Member Function Documentation

◆ physToVirt()

U32 Os::Mem::physToVirt ( U32  physAddr)
static

Translate physical to virtual memory.

Definition at line 11 of file MemCommon.cpp.

◆ virtToPhys()

U32 Os::Mem::virtToPhys ( U32  virtAddr)
static

Translate virtual to physical memory.

Definition at line 7 of file MemCommon.cpp.


The documentation for this class was generated from the following files: