17#ifndef MBED_SCOPEDRAMEXECUTIONLOCK_H
18#define MBED_SCOPEDRAMEXECUTIONLOCK_H
20#include "platform/mbed_mpu_mgmt.h"
21#include "platform/NonCopyable.h"
Prevents generation of copy constructor and copy assignment operator in derived classes.
RAII object for disabling, then restoring RAM execute never mode Usage:
~ScopedRamExecutionLock()
Restore previous execution from RAM settings.
ScopedRamExecutionLock()
Allow execution from RAM.