RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


Clock Driver Ticks Counter

PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

9.2.2: Ticks Counter

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;


PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

Copyright © 1988-2004 OAR Corporation