PS2SDK
PS2 Homebrew Libraries
|
Go to the source code of this file.
Functions | |
static void | EnterCritical (u32 *old_state) |
static void | ExitCritical (u32 old_state) |
IOPDEBUG - IOP debugging library. "private" header for internal definitions for the IOPDEBUG project.
Definition in file iopdebug_priv.h.
|
inlinestatic |
Enter a critical state(interrupts are disabled)
Definition at line 28 of file iopdebug_priv.h.
References CpuSuspendIntr().
|
inlinestatic |
Exit a critical state(interrupts are resumed)
Definition at line 31 of file iopdebug_priv.h.
References CpuResumeIntr().