Struct r3::kernel::cfg::CfgTaskBuilder[][src]

pub struct CfgTaskBuilder<System> { /* fields omitted */ }
Expand description

Configuration builder type for Task.

Implementations

[Required] Specify the task’s entry point.

Specify the parameter to start. Defaults to 0.

Specify the task’s stack size.

Specify the task’s hunk.

[Required] Specify the task’s initial base priority. Tasks with lower priority values execute first. The value must be in range 0..num_task_priority_levels.

Specify whether the task should be activated at system startup. Defaults to false (don’t activate).

Complete the definition of a task, returning a reference to the task.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.