summaryrefslogtreecommitdiffstats
path: root/c-user/interrupt_manager.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-11-09 11:42:10 +1100
committerChris Johns <chrisj@rtems.org>2016-11-09 11:42:30 +1100
commit4da4a15ee1376bb53bb6e62bd00728c8cb6171cf (patch)
treec519877eae72934a586c27be418d3013a28bb91e /c-user/interrupt_manager.rst
parentlatex: Increase the depth of subsections. (diff)
downloadrtems-docs-4da4a15ee1376bb53bb6e62bd00728c8cb6171cf.tar.bz2
c-user: Fix header levels. Minor fixes.
Diffstat (limited to 'c-user/interrupt_manager.rst')
-rw-r--r--c-user/interrupt_manager.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/c-user/interrupt_manager.rst b/c-user/interrupt_manager.rst
index 8cd1332..529e896 100644
--- a/c-user/interrupt_manager.rst
+++ b/c-user/interrupt_manager.rst
@@ -5,7 +5,7 @@
.. COMMENT: All rights reserved.
Interrupt Manager
-#################
+*****************
Introduction
============
@@ -325,16 +325,16 @@ CALLING SEQUENCE:
DIRECTIVE STATUS CODES:
NONE
-.. sidebar:: *Macro*
-
- This directive is implemented as a macro which modifies the ``level``
- parameter.
-
DESCRIPTION:
This directive disables all maskable interrupts and returns the previous
``level``. A later invocation of the ``rtems_interrupt_enable`` directive
should be used to restore the interrupt level.
+.. sidebar:: *Macro*
+
+ This directive is implemented as a macro which modifies the ``level``
+ parameter.
+
NOTES:
This directive will not cause the calling task to be preempted.
@@ -433,16 +433,16 @@ CALLING SEQUENCE:
DIRECTIVE STATUS CODES:
NONE
-.. sidebar:: *Macro*
-
- This directive is implemented as a macro which modifies the ``level``
- parameter.
-
DESCRIPTION:
This directive disables all maskable interrupts and returns the previous
``level``. A later invocation of the ``rtems_interrupt_local_enable``
directive should be used to restore the interrupt level.
+.. sidebar:: *Macro*
+
+ This directive is implemented as a macro which modifies the ``level``
+ parameter.
+
NOTES:
This directive will not cause the calling task to be preempted.