summaryrefslogtreecommitdiffstats
path: root/doc/user/intr.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/intr.t')
-rw-r--r--doc/user/intr.t9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/user/intr.t b/doc/user/intr.t
index dac3b57141..8e5e9cb8de 100644
--- a/doc/user/intr.t
+++ b/doc/user/intr.t
@@ -43,13 +43,20 @@ processor and invokes the user's ISR. The user's ISR is
responsible for processing the interrupt, clearing the interrupt
if necessary, and device specific manipulation.
+@findex rtems_vector_number
+
The @code{@value{DIRPREFIX}interrupt_catch}
directive connects a procedure to
-an interrupt vector. The interrupt service routine is assumed
+an interrupt vector. The vector number is managed using
+the @code{@value{DIRPREFIX}vector_number} data type.
+
+The interrupt service routine is assumed
to abide by these conventions and have a prototype similar to
the following:
@ifset is-C
+@findex rtems_isr
+
@example
rtems_isr user_isr(
rtems_vector_number vector