⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ixp425timer.h

📁 intel xscale 425的bsp源码
💻 H
字号:
/* ixp425Timer.h - ixp425 processor timer library *//* Copyright 2002 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------01e,14sep04,m_h  move SYS_CLK_RATE_MIN and MAX to config.h01d,09apr04,vf   Increased max sys and aux clk rates to 5000 Hz01c,09jul03,m_h  multiple callouts from auxClk01b,27feb03,jb3  add C++ protection01a,05jun02,jb  initial version...*/#ifndef INCixp425Timerh#define INCixp425Timerh#ifdef __cplusplusextern "C" {#endif/* auxClk functionality used within this BSP */STATUS ixpAuxClkConnect (FUNCPTR routine, int arg);void ixpAuxClkDisconnect (void);void ixpAuxClkDisable (void);void ixpAuxClkEnable (void);int ixpAuxClkRateGet (void);STATUS ixpAuxClkRateSet (int ticksPerSecond);/* Assembly specific defs */#ifndef _ASMLANGUAGE#endif#ifdef __cplusplus}#endif#endif	/* INCixp425Timer.h */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -