summaryrefslogtreecommitdiffstats
path: root/spec/rtems/mode/if/interrupt-level-body.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/mode/if/interrupt-level-body.yml')
-rw-r--r--spec/rtems/mode/if/interrupt-level-body.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/spec/rtems/mode/if/interrupt-level-body.yml b/spec/rtems/mode/if/interrupt-level-body.yml
index 16608cc8..8aefe271 100644
--- a/spec/rtems/mode/if/interrupt-level-body.yml
+++ b/spec/rtems/mode/if/interrupt-level-body.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Returns a mode with the desired interrupt level in the proper bit-field
- location.
+ Returns the return value of ${interrupt-level:/name} for the specified
+ interrupt level.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
@@ -24,12 +24,10 @@ name: rtems_interrupt_level_body
notes: |
This function is used by bindings from languages other than C and C++.
params:
-- description: is the desired interrupt level.
+- description: is the interrupt level.
dir: null
name: level
return:
- return: |
- A mode with the desired interrupt level in the proper bit-field location is
- returned.
+ return: null
return-values: []
type: interface