From 4da4a15ee1376bb53bb6e62bd00728c8cb6171cf Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 9 Nov 2016 11:42:10 +1100 Subject: c-user: Fix header levels. Minor fixes. --- c-user/interrupt_manager.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'c-user/interrupt_manager.rst') 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. -- cgit v1.2.3