distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
#include "distortos/InterruptMaskingLock.hpp"
Additional Inherited Members | |
![]() | |
InterruptMaskingUnmaskingLock () | |
InterruptMaskingUnmaskingLock's constructor. More... | |
InterruptMaskingUnmaskingLock (const InterruptMaskingUnmaskingLock &)=delete | |
InterruptMaskingUnmaskingLock (InterruptMaskingUnmaskingLock &&)=delete | |
~InterruptMaskingUnmaskingLock () | |
InterruptMaskingUnmaskingLock's destructor. More... | |
InterruptMaskingUnmaskingLock & | operator= (const InterruptMaskingUnmaskingLock &)=delete |
InterruptMaskingUnmaskingLock & | operator= (InterruptMaskingUnmaskingLock &&)=delete |
InterruptMaskingLock class is a RAII wrapper for architecture::enableInterruptMasking() / architecture::restoreInterruptMasking()