Skip to content

Struct hal::timer::is_running_t

ClassList > hal > timer > is_running_t

Feedback after checking if the timer is running.

  • #include <timer.hpp>

Public Attributes

Type Name
bool is_running
Determines if the timer is currently running.

Public Attributes Documentation

variable is_running

Determines if the timer is currently running.

bool hal::timer::is_running_t::is_running;

If this value is false, then the timer is not running. If this value is true, then the timer is currently running and a callback is scheduled to be executed at some point in the future.


The documentation for this class was generated from the following file libraries/include/libhal/timer.hpp