MCPcopy Create free account
hub / github.com/FastLED/FastLED / get_max_timer_frequency

Function get_max_timer_frequency

src/platforms/isr_null.hpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143inline u32 get_max_timer_frequency() FL_NOEXCEPT {
144 return null_get_max_timer_frequency();
145}
146
147inline u32 get_min_timer_frequency() FL_NOEXCEPT {
148 return null_get_min_timer_frequency();

Callers 1

FL_TEST_FILEFunction · 0.50

Calls 1

Tested by

no test coverage detected