#include <pspkerneltypes.h>
Go to the source code of this file.
Functions | |
| int | sceKernelRegisterIntrHandler (int intno, int no, void *handler, void *arg1, void *arg2) |
| Register an interrupt handler. | |
| int | sceKernelReleaseIntrHandler (int intno) |
| Release an interrupt handler. | |
| int | sceKernelEnableIntr (int intno) |
| Enable an interrupt. | |
| int | sceKernelDisableIntr (int intno) |
| Disable an interrupt. | |
| int | sceKernelIsIntrContext (void) |
| Check if we are in an interrupt context or not. | |
1.5.2