Struct freertos_rs::InterruptContext [] [src]

pub struct InterruptContext { /* fields omitted */ }

Keep track of whether we need to yield the execution to a different task at the end of the interrupt.

Should be dropped as the last thing inside a interrupt.

Methods

impl InterruptContext
[src]

[src]

Instantiate a new context.

[src]

Trait Implementations

impl Drop for InterruptContext
[src]

[src]

Executes the destructor for this type. Read more