FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setPollNeededCallback()

virtual void fl::IChannelDriver::setPollNeededCallback ( PollNeededCallback callback)
inlinevirtual

Install the manager-owned poll-needed callback for ISR wakeups.

Implementations that can signal from an ISR should store this callback and invoke it after updating their own state. Implementations without such a signal can ignore it; the manager will still make progress via bounded timeout slices.

Definition at line 240 of file driver.h.

240 {
241 (void)callback;
242 }

References FL_NOEXCEPT, and setPollNeededCallback().

Referenced by setPollNeededCallback().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: