#include <nitro/mi.h>
MIProcessor MI_GetCardProcessor( void )
None.
Settings for access permission to the NITRO card.
This function acquires the settings for access permission to the NITRO card. The return value is an MIProcessor
array type that has the following meanings:
MI_PROCESSOR_ARM9 |
Permission is set for access to ARM9. |
MI_PROCESSOR_ARM7 |
Permission is set for access to ARM7. |
Accesses the EXMEMCNT
I/O register (0x4000204)
.
None.
01/14/2004 Function name changed from MI_GetnitroCardPriority
.
12/25/2003 enum name changed to MIProcessor
.
12/01/2003 Initial version.