|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for sbusintr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef int(* | sbus_intr_handler_t) (u32 irq, void *arg) |
Enumerations | |
| enum | sbus_errors { SBUS_E_OK, SBUS_E_INIT = 0xd600, SBUS_E_ARG, SBUS_E_IRQ } |
SBUS interrupts.
Definition in file sbusintr.h.
| enum sbus_errors |
| Enumerator | |
|---|---|
| SBUS_E_INIT | Initialization error |
| SBUS_E_ARG | Error with an argument |
| SBUS_E_IRQ | Wrong IRQ number / already in use |
Definition at line 23 of file sbusintr.h.