KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
irq_cb_t Struct Reference

The type of a full callback of an IRQ handler and userdata. More...

#include <irq.h>

Data Fields

irq_handler hdl
 A pointer to a procedure to handle an exception.
 
void * data
 A pointer that will be passed along to the callback.
 

Detailed Description

The type of a full callback of an IRQ handler and userdata.

This type is used to set or get IRQ handlers and their data.

Field Documentation

◆ data

void* irq_cb_t::data

A pointer that will be passed along to the callback.

◆ hdl

irq_handler irq_cb_t::hdl

A pointer to a procedure to handle an exception.


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