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

Method getInterval

Sming/Core/CallbackTimer.h:275–278  ·  view source on GitHub ↗

@brief Get timer interval in clock ticks */

Source from the content-addressed store, hash-verified

273
274 /** @brief Get timer interval in clock ticks */
275 __forceinline TickType getInterval() const
276 {
277 return TimerApi::getInterval();
278 }
279
280 /** @brief Check timer interval is valid
281 * @param ticks Interval to check

Callers 1

toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected