Struct sam4l::helpers::DeferredCall [] [src]

pub struct DeferredCall(Task);

Represents a way to generate an asynchronous call without a hardware interrupt.

Methods

impl DeferredCall
[src]

[src]

Creates a new DeferredCall

Only create one per task, preferably in the module that it will be used in.

[src]

Set the DeferredCall as pending

[src]

Are there any pending DeferredCalls

[src]

Gets and clears the next pending DeferredCall