summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr/if/lock-initializer.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/intr/if/lock-initializer.yml')
-rw-r--r--spec/rtems/intr/if/lock-initializer.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/spec/rtems/intr/if/lock-initializer.yml b/spec/rtems/intr/if/lock-initializer.yml
index c57b1729..fb100549 100644
--- a/spec/rtems/intr/if/lock-initializer.yml
+++ b/spec/rtems/intr/if/lock-initializer.yml
@@ -1,7 +1,8 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: '%'
+brief: |
+ Statically initializes an ISR lock object.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default: ${/score/isr/if/lock-initializer:/name}( ${.:/params[0]/name} )
@@ -16,9 +17,13 @@ links:
- role: interface-ingroup
uid: group
name: RTEMS_INTERRUPT_LOCK_INITIALIZER
-notes: null
+notes: |
+ ISR locks may also be dynamically initialized by ${lock-initialize:/name} or
+ statically defined by ${lock-define:/name}.
params:
-- description: '%'
+- description: |
+ is the ISR lock name. It shall be a string. The name is only used where
+ the system was built with profiling support enabled.
dir: null
name: _name
return: