Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'python/src/tcf/services/memory.py')
-rw-r--r--python/src/tcf/services/memory.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/src/tcf/services/memory.py b/python/src/tcf/services/memory.py
index ec0827da3..988d7543e 100644
--- a/python/src/tcf/services/memory.py
+++ b/python/src/tcf/services/memory.py
@@ -27,6 +27,9 @@
Memory Properties
-----------------
+
+.. _Tcf-Memory-Properties:
+
Properties
^^^^^^^^^^
+-------------------+--------------+------------------------------------------+
@@ -69,6 +72,8 @@ Properties
| | | valid for the context. |
+-------------------+--------------+------------------------------------------+
+.. _Tcf-Memory-Access-Types:
+
Access Types
^^^^^^^^^^^^
All access types are of type |basestring|.
@@ -99,6 +104,8 @@ All access types are of type |basestring|.
| ACCESS_VIRTUAL | Context uses virtual addresses. |
+--------------------+--------------------------------------------------------+
+.. _Tcf-Memory-Command-Modes:
+
Command Modes
^^^^^^^^^^^^^
All command modes are of type |int|. For the |get|, |fill| or |set| methods,

Back to the top