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

Method config

src/fl/stl/isr/handler.h:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 u32 flags; // Platform-specific flags (see constants.h)
25
26 config() FL_NOEXCEPT
27 : handler(nullptr)
28 , user_data(nullptr)
29 , frequency_hz(0)
30 , priority(ISR_PRIORITY_DEFAULT)
31 , flags(0)
32 {}
33};
34
35/// Opaque handle to an attached ISR.

Callers 3

addMethod · 0.80
FL_TEST_FILEFunction · 0.80
executeTogglesFunction · 0.80

Calls

no outgoing calls

Tested by 1

executeTogglesFunction · 0.64