Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ null_get_max_priority
Function
null_get_max_priority
src/platforms/isr_null.hpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
inline u8 null_get_max_priority() FL_NOEXCEPT {
95
return 0; // No priority support
96
}
97
98
inline bool null_requires_assembly_handler(u8 priority) FL_NOEXCEPT {
99
(void)priority;
Callers
1
get_max_priority
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected