Struct freertos_rs::TimerBuilder [] [src]

pub struct TimerBuilder<D: DurationTicks> { /* fields omitted */ }

Helper builder for a new software timer.

Methods

impl<D: DurationTicks> TimerBuilder<D>
[src]

[src]

Set the name of the timer.

[src]

Set the period of the timer.

[src]

Should the timer be automatically reloaded?

[src]

Try to create the new timer.

Note that the newly created timer must be started.