summaryrefslogtreecommitdiffstats
path: root/c-user/interrupt_manager.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-11-13 13:25:18 +1100
committerChris Johns <chrisj@rtems.org>2017-11-13 13:25:18 +1100
commit33849946ff6022c26722ec71248fd76aa55de4ef (patch)
treef082f683008e92f0894d8ac36bc4c83d4860bd37 /c-user/interrupt_manager.rst
parentUse '.. toctree::' and not '.. include::' in the User Manual. (diff)
downloadrtems-docs-33849946ff6022c26722ec71248fd76aa55de4ef.tar.bz2
Clean up sphinx warnings.
- Fix minor formatting issues. - Fix reference the gloassary TLS using ':term:'. - Make sure nothing is between an anchor and the heading where ':ref:' references the anchor. This meant moving all the recently added '.. index::' entries. Update #3232. Update #3229.
Diffstat (limited to '')
-rw-r--r--c-user/interrupt_manager.rst36
1 files changed, 24 insertions, 12 deletions
diff --git a/c-user/interrupt_manager.rst b/c-user/interrupt_manager.rst
index 41dc8dd..5882261 100644
--- a/c-user/interrupt_manager.rst
+++ b/c-user/interrupt_manager.rst
@@ -268,11 +268,12 @@ sequence, related constants, usage, and status codes.
\clearpage
-.. _rtems_interrupt_catch:
.. index:: establish an ISR
.. index:: install an ISR
.. index:: rtems_interrupt_catch
+.. _rtems_interrupt_catch:
+
INTERRUPT_CATCH - Establish an ISR
----------------------------------
@@ -312,10 +313,11 @@ NOTES:
\clearpage
-.. _rtems_interrupt_disable:
.. index:: disable interrupts
.. index:: rtems_interrupt_disable
+.. _rtems_interrupt_disable:
+
INTERRUPT_DISABLE - Disable Interrupts
--------------------------------------
@@ -350,10 +352,11 @@ NOTES:
\clearpage
-.. _rtems_interrupt_enable:
.. index:: enable interrupts
.. index:: rtems_interrupt_enable
+.. _rtems_interrupt_enable:
+
INTERRUPT_ENABLE - Enable Interrupts
------------------------------------
@@ -385,10 +388,11 @@ NOTES:
\clearpage
-.. _rtems_interrupt_flash:
.. index:: flash interrupts
.. index:: rtems_interrupt_flash
+.. _rtems_interrupt_flash:
+
INTERRUPT_FLASH - Flash Interrupts
----------------------------------
@@ -420,10 +424,11 @@ NOTES:
\clearpage
-.. _rtems_interrupt_local_disable:
.. index:: disable interrupts
.. index:: rtems_interrupt_local_disable
+.. _rtems_interrupt_local_disable:
+
INTERRUPT_LOCAL_DISABLE - Disable Interrupts on Current Processor
-----------------------------------------------------------------
@@ -457,10 +462,11 @@ NOTES:
\clearpage
-.. _rtems_interrupt_local_enable:
.. index:: enable interrupts
.. index:: rtems_interrupt_local_enable
+.. _rtems_interrupt_local_enable:
+
INTERRUPT_LOCAL_ENABLE - Enable Interrupts on Current Processor
---------------------------------------------------------------
@@ -488,9 +494,10 @@ NOTES:
\clearpage
-.. _rtems_interrupt_lock_initialize:
.. index:: rtems_interrupt_lock_initialize
+.. _rtems_interrupt_lock_initialize:
+
INTERRUPT_LOCK_INITIALIZE - Initialize an ISR Lock
--------------------------------------------------
@@ -516,9 +523,10 @@ NOTES:
\clearpage
-.. _rtems_interrupt_lock_acquire:
.. index:: rtems_interrupt_lock_acquire
+.. _rtems_interrupt_lock_acquire:
+
INTERRUPT_LOCK_ACQUIRE - Acquire an ISR Lock
--------------------------------------------
@@ -551,9 +559,10 @@ NOTES:
\clearpage
-.. _rtems_interrupt_lock_release:
.. index:: rtems_interrupt_lock_release
+.. _rtems_interrupt_lock_release:
+
INTERRUPT_LOCK_RELEASE - Release an ISR Lock
--------------------------------------------
@@ -583,9 +592,10 @@ NOTES:
\clearpage
-.. _rtems_interrupt_lock_acquire_isr:
.. index:: rtems_interrupt_lock_acquire_isr
+.. _rtems_interrupt_lock_acquire_isr:
+
INTERRUPT_LOCK_ACQUIRE_ISR - Acquire an ISR Lock from ISR
---------------------------------------------------------
@@ -621,9 +631,10 @@ NOTES:
\clearpage
-.. _rtems_interrupt_lock_release_isr:
.. index:: rtems_interrupt_lock_release_isr
+.. _rtems_interrupt_lock_release_isr:
+
INTERRUPT_LOCK_RELEASE_ISR - Release an ISR Lock from ISR
---------------------------------------------------------
@@ -653,10 +664,11 @@ NOTES:
\clearpage
-.. _rtems_interrupt_is_in_progress:
.. index:: is interrupt in progress
.. index:: rtems_interrupt_is_in_progress
+.. _rtems_interrupt_is_in_progress:
+
INTERRUPT_IS_IN_PROGRESS - Is an ISR in Progress
------------------------------------------------