BSP and Device Driver Development Guide
Most of the clock device drivers provide a global variable that is simply a count of the number of clock driver interrupt service routines that have occured. This information is valuable when debugging a system. This variable is declared as follows:
volatile rtems_unsigned32 Clock_driver_ticks;
BSP and Device Driver Development Guide
Copyright © 1988-2004 OAR Corporation