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

Method setIntervalUs

Sming/Core/CallbackTimer.h:364–367  ·  view source on GitHub ↗

@brief Set timer interval in microseconds */

Source from the content-addressed store, hash-verified

362
363 /** @brief Set timer interval in microseconds */
364 __forceinline bool IRAM_ATTR setIntervalUs(TimeType microseconds)
365 {
366 return setInterval<NanoTime::Microseconds>(microseconds);
367 }
368
369 /** @brief Set timer interval in microseconds (static check) */
370 template <TimeType microseconds> __forceinline void IRAM_ATTR setIntervalUs()

Callers 2

profile_setIntervalUsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected