PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
iopdebug_priv.h File Reference
#include <tamtypes.h>
#include <intrman.h>
+ Include dependency graph for iopdebug_priv.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void EnterCritical (u32 *old_state)
 
static void ExitCritical (u32 old_state)
 

Detailed Description

IOPDEBUG - IOP debugging library. "private" header for internal definitions for the IOPDEBUG project.

Definition in file iopdebug_priv.h.

Function Documentation

◆ EnterCritical()

static void EnterCritical ( u32 *  old_state)
inlinestatic

Enter a critical state(interrupts are disabled)

Definition at line 28 of file iopdebug_priv.h.

References CpuSuspendIntr().

◆ ExitCritical()

static void ExitCritical ( u32  old_state)
inlinestatic

Exit a critical state(interrupts are resumed)

Definition at line 31 of file iopdebug_priv.h.

References CpuResumeIntr().