Struct freertos_rs::Task [] [src]

pub struct Task { /* fields omitted */ }

Handle for a FreeRTOS task

Methods

impl Task
[src]

Prepare a builder object for the new task.

Get the name of the current task.

Try to find the task of the current execution context.

Forcibly set the notification value for this task.

Notify this task.

Notify this task from an interrupt.

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

Wait for a notification to be posted.

Trait Implementations

impl Send for Task
[src]