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