critical_section(const critical_section &) FL_NOEXCEPT=delete
~critical_section() FL_NOEXCEPT
critical_section() FL_NOEXCEPT
critical_section & operator=(const critical_section &) FL_NOEXCEPT=delete
RAII helper for critical sections (interrupt disable/enable) Automatically disables interrupts on con...
critical_section CriticalSection
void interrupt_disable()
Disable global interrupts (platform-specific).
void interrupt_enable()
Enable global interrupts (platform-specific).
Base definition for an LED controller.