Skip to content
Lucretia edited this page Dec 5, 2012 · 2 revisions

Interrupts

We need a way of attaching and detaching handlers to interrupt lines so that they get called.

Interrupts.Attach (ID => IRQ, Handler => Callback'Access);
Interrupts.Detach (ID => IRQ);

Clone this wiki locally