RTEMS Logo

RTEMS 4.9.6 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 uint32_t Clock_driver_ticks;


PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

Copyright © 1988-2008 OAR Corporation