forked from Imagelibrary/rtems
2010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1714/doc * user/datatypes.t, user/intr.t: Add missing description of rtems_status_codes.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1714/doc
|
||||
* user/datatypes.t, user/intr.t: Add missing description of
|
||||
rtems_status_codes.
|
||||
|
||||
2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
PR 1513/doc
|
||||
|
||||
@@ -226,7 +226,11 @@ on the target hardware.
|
||||
This type is deprecated. Use "float" instead.
|
||||
|
||||
@findex rtems_status_codes
|
||||
@item @code{@value{DIRPREFIX}status_codes} is the
|
||||
@item @code{@value{DIRPREFIX}status_codes} is the return type for most
|
||||
RTEMS services. This is an enumerated type of approximately twenty-five
|
||||
values. In general, when a service returns a particular status code, it
|
||||
indicates that a very specific error condition has occurred.
|
||||
|
||||
@findex rtems_task
|
||||
@item @code{@value{DIRPREFIX}task} is the return type for an
|
||||
RTEMS Task.
|
||||
|
||||
@@ -201,6 +201,21 @@ implementation error to use RTEMS_SELF from an ISR.
|
||||
@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