PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
iop_sbusdbg.h File Reference
#include <types.h>
#include <ps2_debug.h>
+ Include dependency graph for iop_sbusdbg.h:

Go to the source code of this file.

Functions

int iop_dbg_install (void)
 
int iop_dbg_remove (void)
 
u32 iop_dbg_get_dcic (void)
 
u32 iop_dbg_get_bpc (void)
 
u32 iop_dbg_get_bpcm (void)
 
u32 iop_dbg_get_bda (void)
 
u32 iop_dbg_get_bdam (void)
 
void iop_dbg_set_dcic (u32 v)
 
void iop_dbg_set_bpc (u32 v)
 
void iop_dbg_set_bpcm (u32 v)
 
void iop_dbg_set_bda (u32 v)
 
void iop_dbg_set_bdam (u32 v)
 
void iop_dbg_set_bpr (u32 addr, u32 mask, u32 user_mask)
 
void iop_dbg_set_bpw (u32 addr, u32 mask, u32 user_mask)
 
void iop_dbg_set_bpx (u32 addr, u32 mask, u32 user_mask)
 
void iop_dbg_clear (void)
 
void iop_dbg_clr_bpda (void)
 
void iop_dbg_clr_bpx (void)
 
void tty_puts (const char *str)
 
void signal_iop_exception (IOP_RegFrame *frame)
 

Detailed Description

IOP SBUS debug library.

Definition in file iop_sbusdbg.h.

Function Documentation

◆ iop_dbg_install()

int iop_dbg_install ( void )
extern

Definition at line 117 of file iop_debug.c.

◆ iop_dbg_remove()

int iop_dbg_remove ( void )
extern

Definition at line 166 of file iop_debug.c.

◆ iop_dbg_set_bpr()

void iop_dbg_set_bpr ( u32 addr,
u32 mask,
u32 user_mask )
extern

Definition at line 80 of file iop_debug.c.

◆ iop_dbg_set_bpw()

void iop_dbg_set_bpw ( u32 addr,
u32 mask,
u32 user_mask )
extern

Definition at line 83 of file iop_debug.c.

◆ iop_dbg_set_bpx()

void iop_dbg_set_bpx ( u32 addr,
u32 mask,
u32 user_mask )
extern

Definition at line 86 of file iop_debug.c.

◆ iop_dbg_clr_bpda()

void iop_dbg_clr_bpda ( void )
extern

Definition at line 88 of file iop_debug.c.

◆ iop_dbg_clr_bpx()

void iop_dbg_clr_bpx ( void )
extern

Definition at line 96 of file iop_debug.c.

◆ tty_puts()

void tty_puts ( const char * str)
extern

Definition at line 14 of file main.c.

◆ signal_iop_exception()

void signal_iop_exception ( IOP_RegFrame * frame)
extern

Definition at line 39 of file sbus_dbg.c.