MCPcopy Create free account
hub / github.com/FastLED/FastLED / tc_wait_sync

Function tc_wait_sync

src/platforms/arm/samd/isr_samd.hpp:261–265  ·  view source on GitHub ↗

Wait for timer sync

Source from the content-addressed store, hash-verified

259
260// Wait for timer sync
261static void tc_wait_sync(Tc* tc) FL_NOEXCEPT {
262 while (tc_is_syncing(tc)) {
263 // Wait for sync
264 }
265}
266
267// Reset timer
268static void tc_reset(Tc* tc) FL_NOEXCEPT {

Callers 3

tc_resetFunction · 0.85
attach_timer_handlerFunction · 0.85
detach_handlerFunction · 0.85

Calls 1

tc_is_syncingFunction · 0.85

Tested by

no test coverage detected