CTRDG_CheckPulledOut

Syntax

#include <nitro/ctrdg.h>
void CTRDG_CheckPulledOut( void );
  

Arguments

None.

Return Values

None.

Description

Directly executes Game Card removal detection from the ARM9. Normally the ARM9 does not need this detection process, since the ARM7 periodically performs the detection process and posts notification of detection via the PXI. However, by calling this function you can immediately determine if the Game Card has been removed without the delay inherent in waiting for notification. When removal of a Game Card has been detected, this function internally calls the user callback function and the CTRDG_TerminateForPulledOut function. This is the same process that occurs when a notification is received from the ARM7. To use this function, you must first call the CTRDG_Init function.

See Also

CTRDG_Init
CTRDG_IsPulledOut
CTRDG_SetPulledOutCallback
CTRDG_TerminateForPulledOut

Revision History

2005/02/07 Initial version.


CONFIDENTIAL