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

Method getRawEdgeTimes

src/fl/channels/rx/channel.cpp.hpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127size_t RxChannel::getRawEdgeTimes(fl::span<EdgeTime> out, size_t offset) FL_NOEXCEPT {
128 return mDevice ? mDevice->getRawEdgeTimes(out, offset) : 0;
129}
130
131bool RxChannel::injectEdges(fl::span<const EdgeTime> edges) FL_NOEXCEPT {
132 return mDevice ? mDevice->injectEdges(edges) : false;

Callers 8

testRxChannelFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
testRxChannelSanityFunction · 0.45
dumpRawEdgeTimingFunction · 0.45
decodeSpiEdgesFunction · 0.45
registerFunctionsMethod · 0.45

Calls

no outgoing calls

Tested by 4

testRxChannelFunction · 0.36
testRxChannelSanityFunction · 0.36
dumpRawEdgeTimingFunction · 0.36
decodeSpiEdgesFunction · 0.36