From c3fec1c035e578ec611b394ef21a5c0800896765 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Jul 1997 18:44:10 +0000 Subject: Added info on what data type is expected by the clock_get directive for the pointer to a "return area".. --- doc/user/clock.t | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/doc/user/clock.t b/doc/user/clock.t index a7fe63c52d..6fdc6a2fba 100644 --- a/doc/user/clock.t +++ b/doc/user/clock.t @@ -372,6 +372,42 @@ obtain the number of ticks per second (option is @code{CLOCK_GET_TICKS_PER_SECOND}) and the number of ticks since the executive was initialized option is @code{CLOCK_GET_TICKS_SINCE_BOOT}). +The data type expected for time_buffer is indicated below: + +@ifset is-C +@itemize @bullet +@item @code{CLOCK_GET_TOD} - (rtems_time_of_day *) + +@item @code{CLOCK_GET_TIME_VALUE} - (rtems_clock_time_value *) + +@item @code{CLOCK_GET_TICKS_SINCE_BOOT} - (rtems_interval *) + +@item @code{CLOCK_GET_SECONDS_SINCE_EPOCH} - (rtems_interval *) + +@item @code{CLOCK_GET_TICKS_PER_SECOND} - (rtems_interval *) + +@end itemize +@end ifset + +@ifset is-Ada +@itemize @bullet +@item @code{CLOCK_GET_TOD} - Address of an variable of type RTEMS.Time_Of_Day + +@item @code{CLOCK_GET_TIME_VALUE} - Address of an variable of +type RTEMS.Clock_Time_Value + +@item @code{CLOCK_GET_TICKS_SINCE_BOOT} - Address of an variable of +type RTEMS.Interval + +@item @code{CLOCK_GET_SECONDS_SINCE_EPOCH} - Address of an variable of +type RTEMS.Interval + +@item @code{CLOCK_GET_TICKS_PER_SECOND} - Address of an variable of +type RTEMS.Interval + +@end itemize +@end ifset + @subheading NOTES: This directive is callable from an ISR. -- cgit v1.2.3