miosix::InterruptDisableLock Class Reference
[Kernel]
#include <kernel.h>
List of all members.
Detailed Description
This class is a RAII lock for disabling interrupts. This call avoids the error of not reenabling interrupts since it is done automatically.
Constructor & Destructor Documentation
miosix::InterruptDisableLock::InterruptDisableLock |
( |
|
) |
[inline] |
Constructor, disables interrupts.
miosix::InterruptDisableLock::~InterruptDisableLock |
( |
|
) |
[inline] |
Destructor, reenables interrupts
The documentation for this class was generated from the following file:
- /Users/fede/Documents/Projects/ARM/miosix/miosix_np_2/miosix/kernel/kernel.h