summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr/if/flash.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-09 16:41:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-14 14:32:42 +0200
commitccf334ee69b67671dd4aac830e9e3d2f577bc36a (patch)
tree593e1782e3b1b26ac125623462222c4095810d6a /spec/rtems/intr/if/flash.yml
parentspec: Fix rtems_rate_monotonic_get_status() test (diff)
downloadrtems-central-ccf334ee69b67671dd4aac830e9e3d2f577bc36a.tar.bz2
interface: Simplify return attribute
Diffstat (limited to 'spec/rtems/intr/if/flash.yml')
-rw-r--r--spec/rtems/intr/if/flash.yml16
1 files changed, 7 insertions, 9 deletions
diff --git a/spec/rtems/intr/if/flash.yml b/spec/rtems/intr/if/flash.yml
index 05e8ef76..fca060d1 100644
--- a/spec/rtems/intr/if/flash.yml
+++ b/spec/rtems/intr/if/flash.yml
@@ -29,19 +29,17 @@ links:
uid: ../constraint/no-smp
name: rtems_interrupt_flash
notes: |
- The ${.:/params[0]/name} parameter value must be obtained by a previous
- call to ${disable:/name} or ${flash:/name}. Using an otherwise obtained
- value is undefined behaviour.
+ The ${.:/params[0]/name} parameter value must be obtained by a previous
+ call to ${disable:/name} or ${flash:/name}. Using an otherwise obtained
+ value is undefined behaviour.
- Historically, the interrupt flash directive was heavily used in the
- operating system implementation. However, this is no longer the case. The
- interrupt flash directive is provided for backward compatibility reasons.
+ Historically, the interrupt flash directive was heavily used in the
+ operating system implementation. However, this is no longer the case. The
+ interrupt flash directive is provided for backward compatibility reasons.
params:
- description: |
is the previous interrupt level.
dir: inout
name: _isr_cookie
-return:
- return: null
- return-values: []
+return: null
type: interface