Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ allPortsNull
Function
allPortsNull
src/fl/system/pins.cpp.hpp:63–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
inline bool allPortsNull() {
64
const port_ptr_t* table = portTable();
65
for (int i = 0; i < TABLE_SIZE; ++i) {
66
if (table[i] != nullptr) return false;
67
}
68
return true;
69
}
70
71
} // namespace pin_port_table
72
Callers
1
pinToPort
Function · 0.85
Calls
1
portTable
Function · 0.85
Tested by
no test coverage detected