mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1568/doc * user/intr.t: Fix list of services callable from ISR.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1568/doc
|
||||
* user/intr.t: Fix list of services callable from ISR.
|
||||
|
||||
2010-05-18 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1520/doc
|
||||
|
||||
@@ -194,13 +194,28 @@ implementation error to use RTEMS_SELF from an ISR.
|
||||
@item Interrupt Management
|
||||
|
||||
@itemize -
|
||||
@item rtems_interrupt_enable
|
||||
@item rtems_interrupt_enable
|
||||
@item rtems_interrupt_disable
|
||||
@item rtems_interrupt_flash
|
||||
@item rtems_interrupt_is_in_progress
|
||||
@item rtems_interrupt_catch
|
||||
@end itemize
|
||||
|
||||
@item Clock Management
|
||||
|
||||
@itemize
|
||||
@item rtems_clock_set
|
||||
@item rtems_clock_get
|
||||
@item rtems_clock_get_tod
|
||||
@item rtems_clock_get_tod_timeval
|
||||
@item rtems_clock_get_seconds_since_epoch
|
||||
@item rtems_clock_get_ticks_per_second
|
||||
@item rtems_clock_get_ticks_since_boot
|
||||
@item rtems_clock_get_uptime
|
||||
@item rtems_clock_set_nanoseconds_extension
|
||||
@item rtems_clock_tick
|
||||
@end itemize
|
||||
|
||||
@item Message, Event, and Signal Management
|
||||
|
||||
@itemize -
|
||||
|
||||
Reference in New Issue
Block a user