From 7e8a1fc9470db924bce49a4fce16ba98afbcf3fc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 4 Jun 1997 13:04:36 +0000 Subject: final corrections before 4.1.0 documentation freeze. --- doc/user/intr.t | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/user/intr.t') diff --git a/doc/user/intr.t b/doc/user/intr.t index d2226df3f6..b118f3e70b 100644 --- a/doc/user/intr.t +++ b/doc/user/intr.t @@ -33,6 +33,10 @@ directive: @itemize @bullet @item @code{interrupt_catch} - Establish an ISR +@item @code{interrupt_disable} - Disable Interrupts +@item @code{interrupt_enable} - Enable Interrupts +@item @code{interrupt_flash} - Flash Interrupt +@item @code{interrupt_is_in_progress} - Is an ISR in Progress @end itemize @ifinfo @@ -315,9 +319,9 @@ procedure Interrupt_Catch ( This directive establishes an interrupt service routine (ISR) for the specified interrupt vector number. The -new_isr_handler parameter specifies the entry point of the ISR. +@code{new_isr_handler} parameter specifies the entry point of the ISR. The entry point of the previous ISR for the specified vector is -returned in old_isr_handler. +returned in @code{old_isr_handler}. @subheading NOTES: -- cgit v1.2.3