![]() |
Home |
|
Function RTKEnableInterruptsThis function enables interrupts at the CPU level: void RTKEnableInterrupts(void); Using RTKEnableInterrupts, interrupts can be re-enabled after previously having been disabled using RTKDisableInterrupts or through interrupt processing. The interrupt-enable state is maintained per task. Thus, a task switch can reenable or disable interrupts.
|