summaryrefslogtreecommitdiffstats
path: root/c-user/interrupt_manager.rst
diff options
context:
space:
mode:
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.