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

Function get_max_priority

src/platforms/isr_null.hpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151inline u8 get_max_priority() FL_NOEXCEPT {
152 return null_get_max_priority();
153}
154
155inline bool requires_assembly_handler(u8 priority) FL_NOEXCEPT {
156 return null_requires_assembly_handler(priority);

Callers 1

FL_TEST_FILEFunction · 0.50

Calls 1

null_get_max_priorityFunction · 0.85

Tested by

no test coverage detected