FastLED 3.9.15
Loading...
Searching...
No Matches
wait_spin_budget.h
Go to the documentation of this file.
1#pragma once
2
20
21#include "fl/stl/noexcept.h"
22#include "fl/stl/stdint.h"
23
24namespace fl {
25namespace detail {
26
29
31void setWaitSpinBudgetUs(fl::u32 budget_us) FL_NOEXCEPT;
32
33} // namespace detail
34} // namespace fl
fl::u32 getWaitSpinBudgetUs() FL_NOEXCEPT
Get the current tiered-wait spin budget (microseconds).
void setWaitSpinBudgetUs(fl::u32 budget_us) FL_NOEXCEPT
Set the tiered-wait spin budget (microseconds).
Compile-time linker keep-alive hook for a single fl::Bus.
Definition bus_traits.h:48
Base definition for an LED controller.
Definition crgb.hpp:179
#define FL_NOEXCEPT