File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
components/TARGET_PSA/spm/COMPONENT_SPE Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 27
27
/* -------------------------------- Handle Manager Module ---------------------------- */
28
28
29
29
/*
30
- * It generates and exposes a unique handle identifier (handle) per
31
- * handle memory (handle_mem) it receives from the user.
30
+ * The Handle Manager module generates and exposes a unique handle
31
+ * identifier (handle) per handle memory (handle_mem) it receives from the user.
32
32
* Then users can use the exposed handle identifier to relate to the "registered"
33
33
* handle memory.
34
34
*
40
40
*
41
41
* Note:
42
42
* Handle generation is done exclusively.
43
- * Once you got a handle, removing a handle or getting its memory can be
44
- * done non-exclusive.
43
+ * Once you have a handle, you can remove or get its memory non-exclusively.
45
44
* The assumption is that only one context is dealing with a handle after it was
46
45
* generated.
47
46
*/
@@ -121,7 +120,7 @@ handles_pool
121
120
*
122
121
* @param[in] handle_mgr A pointer to the handle manager object.
123
122
* @param[in] handle_mem A pointer to a pre-allocated handle memory to get a handle identifier for
124
- * @param[in] friend_pid The partition id which is allowed to `get_mem()` and `destroy()` in addition to the handle owner.
123
+ * @param[in] friend_pid The partition ID which is allowed to `get_mem()` and `destroy()` in addition to the handle owner.
125
124
* Use PSA_HANDLE_MGR_INVALID_FRIEND_OWNER to denote there is no friend partition.
126
125
* @return The created handle identifier
127
126
*/
You can’t perform that action at this time.
0 commit comments