nn::os::GetDeviceMemoryAddress Function

Syntax

#include <nn/os.h>

uptr GetDeviceMemoryAddress();

Arguments

None.

Return Values

Returns the starting address of the device memory.

Description

Gets the starting address of the device memory.

A value greater than zero must be set in advance with SetDeviceMemorySize.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL