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

📄 m5200slicetimer.h

📁 mpc5200 for bsp,it is have passed built.
💻 H
字号:
/* m5200SliceTimer.h - PowerPC Slice Timer (SLT) header *//* Copyright 1984-2003 Wind River Systems, Inc. *//*modification history--------------------01a,15sep03,pdr  created.*//*DESCRIPTIONThis file contains header information for PowerPC Slice timer routines.*/#ifndef __INCm5200SliceTimerh#define __INCm5200SliceTimerh#ifdef __cplusplusextern "C" {#endif/* function declarations */#ifndef	_ASMLANGUAGE#if defined(__STDC__) || defined(__cplusplus)IMPORT	STATUS	sysAuxClkConnect (FUNCPTR routine, int arg);IMPORT	void	sysAuxClkDisable (void);IMPORT	void	sysAuxClkEnable (void);IMPORT	int	sysAuxClkRateGet (void);IMPORT	STATUS	sysAuxClkRateSet (int ticksPerSecond);#else	/* __STDC__ */IMPORT	STATUS	sysAuxClkConnect ();IMPORT	void	sysAuxClkDisable ();IMPORT	void	sysAuxClkEnable ();IMPORT	int	sysAuxClkRateGet ();IMPORT	STATUS	sysAuxClkRateSet ();#endif	/* __STDC__ */#endif	/* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCm5200SliceTimerh */

⌨️ 快捷键说明

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