|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
#include "distortos/internal/synchronization/InterruptUnmaskingLock.hpp"
Additional Inherited Members | |
Private Member Functions inherited from distortos::internal::InterruptMaskingUnmaskingLock< architecture::disableInterruptMasking > | |
| 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 |
InterruptUnmaskingLock class is a RAII wrapper for architecture::disableInterruptMasking() / architecture::restoreInterruptMasking()