|
template<class SystemClock , percent_t tolerance = pct(0)> |
static void | initialize () |
|
static void | disable () |
|
|
class | modm::chrono::milli_clock |
|
class | modm::chrono::micro_clock |
|
void modm::platform::SysTickTimer::disable |
( |
| ) |
|
|
static |
Disables SysTick Timer.
- Warning
- If the SysTick Timer is disabled,
modm::Clock
and modm::PreciseClock
will stop incrementing.
template<class SystemClock , percent_t tolerance = pct(0)>
static void modm::platform::SysTickTimer::initialize |
( |
| ) |
|
|
inlinestatic |
Initializes the SysTick to provide a timer to modm::Clock
and modm::PreciseClock
.
- Template Parameters
-
SystemClock | the currently active system clock |
tolerance | the allowed tolerance for the resulting clock rate |
The documentation for this class was generated from the following files:
- systick_timer.hpp
- systick_timer.cpp