summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-09 16:36:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-14 14:32:42 +0200
commit4c2144fa755146002cac395ae4090e140795541e (patch)
tree6b7149472c7ff6b2aa9e12a3d497304ea9d83c50 /spec/rtems/intr
parentinterface: Simplify return attribute (diff)
downloadrtems-central-4c2144fa755146002cac395ae4090e140795541e.tar.bz2
interface: Add parameters and return to typedefs
Diffstat (limited to 'spec/rtems/intr')
-rw-r--r--spec/rtems/intr/if/handler.yml2
-rw-r--r--spec/rtems/intr/if/isr-entry.yml2
-rw-r--r--spec/rtems/intr/if/isr.yml2
-rw-r--r--spec/rtems/intr/if/level.yml2
-rw-r--r--spec/rtems/intr/if/lock-context.yml2
-rw-r--r--spec/rtems/intr/if/lock.yml2
-rw-r--r--spec/rtems/intr/if/per-handler-routine.yml2
-rw-r--r--spec/rtems/intr/if/vector-number.yml2
8 files changed, 16 insertions, 0 deletions
diff --git a/spec/rtems/intr/if/handler.yml b/spec/rtems/intr/if/handler.yml
index 44cb85f8..0085fbd5 100644
--- a/spec/rtems/intr/if/handler.yml
+++ b/spec/rtems/intr/if/handler.yml
@@ -17,4 +17,6 @@ links:
uid: group
name: rtems_interrupt_handler
notes: null
+params: []
+return: null
type: interface
diff --git a/spec/rtems/intr/if/isr-entry.yml b/spec/rtems/intr/if/isr-entry.yml
index 1c084f87..28fc74e9 100644
--- a/spec/rtems/intr/if/isr-entry.yml
+++ b/spec/rtems/intr/if/isr-entry.yml
@@ -20,4 +20,6 @@ links:
uid: group
name: rtems_isr_entry
notes: null
+params: []
+return: null
type: interface
diff --git a/spec/rtems/intr/if/isr.yml b/spec/rtems/intr/if/isr.yml
index e0952248..d5e1e976 100644
--- a/spec/rtems/intr/if/isr.yml
+++ b/spec/rtems/intr/if/isr.yml
@@ -20,4 +20,6 @@ links:
uid: group
name: rtems_isr
notes: null
+params: []
+return: null
type: interface
diff --git a/spec/rtems/intr/if/level.yml b/spec/rtems/intr/if/level.yml
index 0f69faf6..be245690 100644
--- a/spec/rtems/intr/if/level.yml
+++ b/spec/rtems/intr/if/level.yml
@@ -18,4 +18,6 @@ links:
uid: group
name: rtems_interrupt_level
notes: null
+params: []
+return: null
type: interface
diff --git a/spec/rtems/intr/if/lock-context.yml b/spec/rtems/intr/if/lock-context.yml
index 10ddbf7d..a540a6ff 100644
--- a/spec/rtems/intr/if/lock-context.yml
+++ b/spec/rtems/intr/if/lock-context.yml
@@ -18,4 +18,6 @@ links:
uid: group
name: rtems_interrupt_lock_context
notes: null
+params: []
+return: null
type: interface
diff --git a/spec/rtems/intr/if/lock.yml b/spec/rtems/intr/if/lock.yml
index 3d30cca3..7ae02f57 100644
--- a/spec/rtems/intr/if/lock.yml
+++ b/spec/rtems/intr/if/lock.yml
@@ -18,4 +18,6 @@ links:
uid: group
name: rtems_interrupt_lock
notes: null
+params: []
+return: null
type: interface
diff --git a/spec/rtems/intr/if/per-handler-routine.yml b/spec/rtems/intr/if/per-handler-routine.yml
index 3204b769..75cad4cd 100644
--- a/spec/rtems/intr/if/per-handler-routine.yml
+++ b/spec/rtems/intr/if/per-handler-routine.yml
@@ -24,4 +24,6 @@ links:
uid: group
name: rtems_interrupt_per_handler_routine
notes: null
+params: []
+return: null
type: interface
diff --git a/spec/rtems/intr/if/vector-number.yml b/spec/rtems/intr/if/vector-number.yml
index 5b7f5b29..0395c8e7 100644
--- a/spec/rtems/intr/if/vector-number.yml
+++ b/spec/rtems/intr/if/vector-number.yml
@@ -18,4 +18,6 @@ links:
uid: group
name: rtems_vector_number
notes: null
+params: []
+return: null
type: interface