Changeset a25f702 in rtems


Ignore:
Timestamp:
10/01/99 17:42:44 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ed11cadf
Parents:
b406ad20
Message:

Clarified catch and disable per suggestion from Chris Johns <ccj@…>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/intr.t

    rb406ad20 ra25f702  
    266266returned in @code{old_isr_handler}.
    267267
     268To release an interrupt vector, pass the old handler's address obtained
     269when the vector was first capture.
     270
     271@ifset is-C
     272Passing a NULL pointer as the @code{old_handler} address and this parameter
     273will be ignored.
     274@endif
     275
    268276@subheading NOTES:
    269277
     
    281289  rtems_isr_level  level
    282290);
     291
     292/* this is implemented as a macro and sets level as a side-effect */
    283293@end example
    284294@end ifset
Note: See TracChangeset for help on using the changeset viewer.