MCPcopy Create free account
hub / github.com/SmingHub/Sming / usToTicks

Method usToTicks

Sming/Core/CallbackTimer.h:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100 /** @brief Convert microsecond count into timer ticks */
101 template <uint64_t us> static constexpr uint64_t usToTicks()
102 {
103 return Micros::template timeToTicks<us>();
104 }
105
106 /** @brief Convert microsecond count into timer ticks */
107 static TickType usToTicks(TimeType time)

Callers 1

checkCallbackTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected