|
Get type of a started interrupt function.
- Parameters:
-
| InterruptProc | : Pointer to the interrupt function to get the type for.
|
- Returns:
- On success this function returns one of the following constants. When the function, specified by InterruptProc, does not match with any assigned function, it returns 0xffff.
- INT_TYPE_VBL
- INT_TYPE_HBL
- INT_TYPE_VCNT
- INT_TYPE_TIM0
- INT_TYPE_TIM1
- INT_TYPE_TIM2
- INT_TYPE_TIM3
- INT_TYPE_SIO
- INT_TYPE_DMA0
- INT_TYPE_DMA1
- INT_TYPE_DMA2
- INT_TYPE_DMA3
- INT_TYPE_KEY
- INT_TYPE_CART
|