function Clock_Get_Ticks_Per_Seconds return RTEMS.Interval;
NONE
This directive returns the number of clock ticks per second. This is strictly based upon the microseconds per clock tick that the application has configured.
This directive is callable from an ISR.
This directive will not cause the running task to be
preempted. Re-initializing RTEMS causes the system date and
time to be reset to an uninitialized state. Another call to
rtems.clock_set
is required to re-initialize the
system date and time to application specific specifications.
Copyright © 1988-2008 OAR Corporation