Inert Timer#

Defined in namespace hal::soft

#include <libhal-soft/inert/inert_timer.hpp>

class inert_timer : public hal::timer#

Inert implementation of timer hardware.

Public Functions

inline constexpr inert_timer(bool p_is_running)#

Create inert_timer object.

Parameters:

p_is_running – - what will be returned from the is_running function.