ixp425Timer.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* ixp425Timer.h - ixp425 processor timer library */
  2. /* Copyright 2002 Wind River Systems, Inc. */
  3. #include "copyright_wrs.h"
  4. /*
  5. modification history
  6. --------------------
  7. 01a,05jun02,jb  initial version...
  8. */
  9. #ifndef INCixp425Timerh
  10. #define INCixp425Timerh
  11. #define SYS_CLK_RATE_MIN (10)   /* Minimum rate at which the system clock can run */
  12. #define SYS_CLK_RATE_MAX (1000)   /* 1000 ticks, Maximum rate at which the system clock can run */
  13.                                           /* Do not actually have an auxiliary clock */
  14. #define AUX_CLK_RATE_MIN (10)   /* Minimum rate at which the auxiliary clock can run */
  15. #define AUX_CLK_RATE_MAX (1000)   /* 1000 ticks, Maximum rate at which the auxiliary clock can run */
  16. /* Assembly specific defs */
  17. #ifndef _ASMLANGUAGE
  18. #endif
  19. #endif /* INCixp425Timer.h */