Struct freertos_rs::Task [] [src]

pub struct Task { /* fields omitted */ }

Handle for a FreeRTOS task

Methods

impl Task
[src]

[src]

Prepare a builder object for the new task.

[src]

Get the name of the current task.

[src]

Try to find the task of the current execution context.

[src]

Forcibly set the notification value for this task.

[src]

Notify this task.

[src]

Notify this task from an interrupt.

[src]

Take the notification and either clear the notification value or decrement it by one.

[src]

Wait for a notification to be posted.

[src]

Get the minimum amount of stack that was ever left on this task.

Trait Implementations

impl Send for Task
[src]

impl Debug for Task
[src]

[src]

Formats the value using the given formatter.