Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getTransmissionCount
Method
getTransmissionCount
src/platforms/stub/spi_8_stub.cpp.hpp:140–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
u32 SpiHw8Stub::getTransmissionCount() const FL_NOEXCEPT {
141
return mTransmitCount;
142
}
143
144
u32 SpiHw8Stub::getClockSpeed() const FL_NOEXCEPT {
145
return mClockSpeed;
Callers
3
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
rmt5_peripheral_mock.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected