Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ null_get_max_timer_frequency
Function
null_get_max_timer_frequency
src/platforms/isr_null.hpp:86–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
inline u32 null_get_max_timer_frequency() FL_NOEXCEPT {
87
return 0; // No timer support
88
}
89
90
inline u32 null_get_min_timer_frequency() FL_NOEXCEPT {
91
return 0; // No timer support
Callers
1
get_max_timer_frequency
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected