MI_GetCardProcessor

C Specification

#include <nitro/mi.h>

MIProcessor MI_GetCardProcessor( void )

Arguments

None.

Return Values

Settings for access permission to the NITRO card.

Description

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.

Internal Operation

Accesses the EXMEMCNT I/O register (0x4000204).

See Also

None.

Revision History

01/14/2004 Function name changed from MI_GetnitroCardPriority.
12/25/2003 enum name changed to MIProcessor.
12/01/2003 Initial version.