?? ixp425timer.h
字號:
/* ixp425Timer.h - ixp425 processor timer library *//* Copyright 2002 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------01b,27feb03,jb3 add C++ protection01a,05jun02,jb initial version...*/#ifndef INCixp425Timerh#define INCixp425Timerh#ifdef __cplusplusextern "C" {#endif#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#ifdef __cplusplus}#endif#endif /* INCixp425Timer.h */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -