uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
Data Fields
SceSysconDebugHandlers Struct Reference

#include <syscon.h>

Data Fields

s32 size
 
void(* start )(SceSysconPacket *packet)
 
void(* end )(SceSysconPacket *packet)
 

Detailed Description

A set of debug handlers for syscon, that you can set in sceSysconSetDebugHandlers().

Field Documentation

◆ size

s32 SceSysconDebugHandlers::size

Structure size (probably, unused).

◆ start

void(* SceSysconDebugHandlers::start) (SceSysconPacket *packet)

Callback ran right before running a packet, with a pointer to it passed as the first argument.

◆ end

void(* SceSysconDebugHandlers::end) (SceSysconPacket *packet)

Callback ran right after finishing running a packet, with a pointer to it passed as the first argument.


The documentation for this struct was generated from the following file: