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

◆ setWaitSpinBudgetUs()

void fl::detail::setWaitSpinBudgetUs ( fl::u32 budget_us)

Set the tiered-wait spin budget (microseconds).

Definition at line 33 of file wait_spin_budget.cpp.hpp.

33 {
34 sWaitSpinBudgetUs.store(budget_us);
35}

References FL_NOEXCEPT.

Referenced by CFastLED::_setWaitSpinBudgetUs().

+ Here is the caller graph for this function: