ixp425Timer.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* ixp425Timer.h - ixp425 processor timer library */
- /* Copyright 2002 Wind River Systems, Inc. */
- #include "copyright_wrs.h"
- /*
- modification history
- --------------------
- 01a,05jun02,jb initial version...
- */
- #ifndef INCixp425Timerh
- #define INCixp425Timerh
- #define SYS_CLK_RATE_MIN (10) /* Minimum rate at which the system clock can run */
- #define SYS_CLK_RATE_MAX (1000) /* 1000 ticks, Maximum rate at which the system clock can run */
- /* Do not actually have an auxiliary clock */
- #define AUX_CLK_RATE_MIN (10) /* Minimum rate at which the auxiliary clock can run */
- #define AUX_CLK_RATE_MAX (1000) /* 1000 ticks, Maximum rate at which the auxiliary clock can run */
- /* Assembly specific defs */
- #ifndef _ASMLANGUAGE
- #endif
- #endif /* INCixp425Timer.h */