Miosix  2.01
miosix::FastInterruptEnableLock Class Reference

#include <kernel.h>

Public Member Functions

 FastInterruptEnableLock (FastInterruptDisableLock &l)
 
 ~FastInterruptEnableLock ()
 

Detailed Description

This class allows to temporarily re enable interrpts in a scope where they are disabled with an FastInterruptDisableLock.

Constructor & Destructor Documentation

miosix::FastInterruptEnableLock::FastInterruptEnableLock ( FastInterruptDisableLock l)
inline

Constructor, enables back interrupts.

Parameters
lthe InteruptDisableLock that disabled interrupts. Note that this parameter is not used internally. It is only required to prevent erroneous use of this class by making an instance of it without an active InterruptEnabeLock
miosix::FastInterruptEnableLock::~FastInterruptEnableLock ( )
inline

Destructor. Disable back interrupts.


The documentation for this class was generated from the following file: