tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
times< Count > Struct Template Reference

Runs the task loop Count times. More...

#include <task.hpp>

Public Member Functions

auto operator() () -> bool
 

Public Attributes

etl::size_t run_count = Count
 

Detailed Description

template<etl::size_t Count>
struct etl::experimental::freertos::times< Count >

Runs the task loop Count times.

Member Function Documentation

◆ operator()()

template<etl::size_t Count>
auto operator() ( ) -> bool
inlinenodiscard

Member Data Documentation

◆ run_count

template<etl::size_t Count>
etl::size_t run_count = Count

The documentation for this struct was generated from the following file: