Main Page   Modules   Related Pages  

Interrupt Functions

Functions


Function Documentation

u8 hel_IntrIsEnabled u32    InterruptType
 

Check if an interrupt is enabled or disabled.

Parameters:
InterruptType : Interrupt-Type you want to check. This can be one of the following:
  • 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
Returns:
This function returns true when the interrupt specified by is enabled, other it returns false.
Use this function to check if the interrupt specified by InterruptType is whether enabled or disabled.


Generated on Mon Jan 26 17:07:28 2004 by DoxyGen 1.3-rc1