Module kernel::deferred_call
source · [−]Expand description
Deferred call mechanism.
This is a tool to allow chip peripherals to schedule “interrupts” in the chip scheduler if the hardware doesn’t support interrupts where they are needed.
Structs
Represents a way to generate an asynchronous call without a hardware
interrupt. Supports up to 32 possible deferrable tasks.
Functions
Are there any pending
DeferredCall
s?