summaryrefslogtreecommitdiffstats
path: root/c_user/interrupt_manager.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-01-27 09:38:16 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:25 -0400
commit1a72a9806f7b654bd551b7cb76da2009956efc1d (patch)
tree6b9eee43a82e6d39c797178217fec223f384934b /c_user/interrupt_manager.rst
parentFix index error. (diff)
downloadrtems-docs-1a72a9806f7b654bd551b7cb76da2009956efc1d.tar.bz2
Cleanups.
Diffstat (limited to '')
-rw-r--r--c_user/interrupt_manager.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/c_user/interrupt_manager.rst b/c_user/interrupt_manager.rst
index 7f42bd2..7021efb 100644
--- a/c_user/interrupt_manager.rst
+++ b/c_user/interrupt_manager.rst
@@ -266,14 +266,14 @@ INTERRUPT_CATCH - Establish an ISR
**DIRECTIVE STATUS CODES:**
-``RTEMS_SUCCESSFUL``
- ISR established successfully
-
-``RTEMS_INVALID_NUMBER``
- illegal vector number
-
-``RTEMS_INVALID_ADDRESS``
- illegal ISR entry point or invalid ``old_isr_handler``
+.. list-table::
+
+ * - ``RTEMS_SUCCESSFUL``
+ - ISR established successfully
+ * - ``RTEMS_INVALID_NUMBER``
+ - illegal vector number
+ * - ``RTEMS_INVALID_ADDRESS``
+ - illegal ISR entry point or invalid ``old_isr_handler``
**DESCRIPTION:**