FastLED 3.9.15
Loading...
Searching...
No Matches
critical_section.cpp.hpp
Go to the documentation of this file.
1
3
5#include "platforms/isr.h"
6#include "fl/stl/noexcept.h"
7
8namespace fl {
9
11 interruptsDisable();
12}
13
15 interruptsEnable();
16}
17
18namespace isr {
19
23
27
28} // namespace isr
29} // namespace fl
RAII critical section helper and interrupt control declarations.
void interrupt_disable()
Disable global interrupts (platform-specific).
void interrupt_enable()
Enable global interrupts (platform-specific).
Base definition for an LED controller.
Definition crgb.hpp:179
#define FL_NOEXCEPT