nn::gx::CTR::MemAccessPrioMode Enumerated Type

Syntax

enum MemAccessPrioMode;

Value

Value Description
MEM_ACCESS_PRIO_MODE_0 CPU, GPU, and other devices are all treated equally.
MEM_ACCESS_PRIO_MODE_1 Access from the CPU is given priority.
MEM_ACCESS_PRIO_MODE_2 Access from the CPU is given high priority.
MEM_ACCESS_PRIO_MODE_3 Access from the CPU or GPU is given priority.
MEM_ACCESS_PRIO_MODE_4 Access from the GPU is given priority.
MEM_ACCESS_PRIO_MODE_MAX

Description

Setting that indicates priority of access to main memory.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL