#include <nitro/mi.h>
MIProcessor MI_GetMainMemoryPriority( void );
None.
Settings for access priority to main memory.
This function acquires access priority settings to the main memory. This setting is used when both ARM7 and ARM9 are accessed simultaneously. The return value is an MIProcessor
array type that has the following meanings:
MI_PROCESSOR_ARM9 |
Gives priority to ARM9. |
MI_PROCESSOR_ARM7 |
Gives priority to ARM7. |
Accesses the EXMEMCNT
I/O register (0x4000204)
.
12/25/2003 enum name changed to MIProcessor
.
12/18/2003 Initial version.