modm API documentation
modm::atomic::Unlock Class Reference

#include <modm/architecture/interface/atomic_lock.hpp>

Detailed Description

Opposite to atomic::Lock

Use this class to create a block of code with interrupts enabled inside a locked block.

Most of the time you won't need this class. But on some rare times it is useful. The modm::Scheduler is an example for that.


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