|
FastLED 3.9.15
|
RAII critical section helper and interrupt control declarations.
Definition in file critical_section.h.
#include "fl/stl/noexcept.h"
Include dependency graph for critical_section.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | fl::isr::critical_section |
| RAII helper for critical sections (interrupt disable/enable) Automatically disables interrupts on construction and enables on destruction. More... | |
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
| namespace | fl::isr |
Typedefs | |
| using | fl::isr::CriticalSection = critical_section |
Functions | |
| void | fl::interrupt_disable () |
| Disable global interrupts (platform-specific). | |
| void | fl::interrupt_enable () |
| Enable global interrupts (platform-specific). | |