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

Method getIntervalUs

Sming/Core/CallbackTimer.h:263–266  ·  view source on GitHub ↗

@brief Get timer interval in microseconds */

Source from the content-addressed store, hash-verified

261
262 /** @brief Get timer interval in microseconds */
263 NanoTime::Time<TimeType> getIntervalUs() const
264 {
265 return Micros::ticksToTime(getInterval());
266 }
267
268 /** @brief Get timer interval in milliseconds */
269 NanoTime::Time<uint32_t> getIntervalMs() const

Callers 1

checkCallbackTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected