CTRDG_TerminateForPulledOut

C Specification

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

Arguments

None.

Return Values

None.

Description

This function stops the ARM7 processor and the program. This function is called after a card removal is detected.

Use the callback that is set by the CTRDG_SetPulledOutCallback and CTRDG_IsPulledOut functions to detect a Game Pak removal.

The stop notification that is sent to ARM7 is sent internally by a PXI signal. Do not call this function when PXI interrupts are prohibited.

See Also

CTRDG_Init, CTRDG_SetPulledOutCallback, CTRDG_IsPulledOut, CTRDG_IsExisting

Revision History

09/15/2004 Initial version.