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

Method isTransmitting

src/platforms/esp/32/drivers/parlio/parlio_engine.cpp.hpp:2170–2175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2168}
2169
2170bool ParlioEngine::isTransmitting() const FL_NOEXCEPT {
2171 if (!mIsrContext) {
2172 return false;
2173 }
2174 return mIsrContext->mTransmitting.load(fl::memory_order_acquire);
2175}
2176
2177ParlioDebugMetrics ParlioEngine::getDebugMetrics() const FL_NOEXCEPT {
2178 ParlioDebugMetrics metrics = {};

Callers 1

FL_TEST_FILEFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected