Friday, January 13, 2012

Interrupts

Provide a away for external events to control the CPU. CPU will stop executing the current task and start executing the interrupt handler for that interrupt. Interrupts can be prevented from interrupting the task by using the interrupt_mask() or interrupt_mask_all() functions.

No comments:

Post a Comment