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

Method isStarted

Sming/Core/CallbackTimer.h:257–260  ·  view source on GitHub ↗

@brief Check if timer is started * @retval bool True if started */

Source from the content-addressed store, hash-verified

255 * @retval bool True if started
256 */
257 __forceinline bool isStarted() const
258 {
259 return started;
260 }
261
262 /** @brief Get timer interval in microseconds */
263 NanoTime::Time<TimeType> getIntervalUs() const

Callers 4

processFunction · 0.80
sendMethod · 0.80
updateMethod · 0.80
calcTimingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected