Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ get_min_timer_frequency
Function
get_min_timer_frequency
src/platforms/isr_null.hpp:147–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
inline u32 get_min_timer_frequency() FL_NOEXCEPT {
148
return null_get_min_timer_frequency();
149
}
150
151
inline u8 get_max_priority() FL_NOEXCEPT {
152
return null_get_max_priority();
Callers
1
FL_TEST_FILE
Function · 0.50
Calls
1
null_get_min_timer_frequency
Function · 0.85
Tested by
no test coverage detected