![]() |
Home |
|
Function RTKEnableIRQThis function opens the interrupt controller's interrupt mask. void RTKEnableIRQ(int IRQ); ParametersIRQSpecifies the desired interrupt. Only after RTKEnableIRQ has been called, interrupts of the specified IRQ are passed on to the CPU.
|