Skip to content

Commit cf633e1

Browse files
author
Amanda Butler
authored
Add diagram to ScopedRamExecutionLock.md
Add missing class hierarchy diagram for consistency.
1 parent 7a4e006 commit cf633e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api/platform/ScopedRamExecutionLock.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ScopedRamExecutionLock
22

3+
<span class="images">![](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/classmbed_1_1_scoped_ram_execution_lock.png)<span>ScopedRamExecutionLock class hierarchy</span></span>
4+
35
The `ScopedRamExecutionLock` class provides an RAII object for enabling execution from RAM. In other words, creating a ScopedRamExecutionLock object calls its constructor, which increments the RAM execution lock. The ScopedRamExecutionLock object automatically releases the RAM execution lock in its destructor when the object goes out of scope. Another way to look at this is when the ScopedRamExecutionLock object exists, it allows execution from RAM.
46

57
## ScopedRamExecutionLock class reference

0 commit comments

Comments
 (0)