previous | start | next

Deferred Work

Interrupt handlers run with interrupts masked both when executed in interrupt context or thread context

may interfere with handling of other interrupts

Solution

do minimal work now

do rest later without interrupts masked



previous | start | next