ppcdectimer.h

来自「Curtiss-Wright Controls Embedded Computi」· C头文件 代码 · 共 70 行

H
70
字号
/* ppcDecTimer.h - DY 4 VME-182 board series vxWorks file. *//********************************************************************** * *   Copyright (c) 2003-2004, Dy 4 Systems All rights reserved. *   This Source Code is the Property of Dy 4 Systems Inc. and can *   only be used in accordance with Source Code License *   Agreement of Dy 4 Systems Inc. dba (doing business as)  *   CURTISS-WRIGHT CONTROLS EMBEDDED COMPUTING, "CWCEC".  * **********************************************************************//* Copyright 1984 - 1997 Wind River Systems, Inc. *//*modification history--------------------01d,29may03, rgs        Standard file header added.01c,27apr95, caf        Changed "60x" to "Dec".                        Removed PPC60x_TIMER_INT_VECTOR macro.01b,25jan95, vin        Cleanup.01a,20jan95, kvk        Created.*//*DESCRIPTION:Contains header information for PowerPC timer routines.INCLUDE FILES:SEE ALSO:*/#ifndef __INCppcDecTimerh#define __INCppcDecTimerh#ifdef __cplusplusextern "C" {#endif/* function declarations */#ifndef	_ASMLANGUAGE#if defined(__STDC__) || defined(__cplusplus)IMPORT	STATUS	sysClkConnect (FUNCPTR routine, int arg);IMPORT	void	sysClkDisable (void);IMPORT	void	sysClkEnable (void);IMPORT	int	sysClkRateGet (void);IMPORT	STATUS	sysClkRateSet (int ticksPerSecond);#else	/* __STDC__ */IMPORT	STATUS	sysClkConnect ();IMPORT	void	sysClkDisable ();IMPORT	void	sysClkEnable ();IMPORT	int	sysClkRateGet ();IMPORT	STATUS	sysClkRateSet ();#endif	/* __STDC__ */#endif	/* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCppcDecTimerh */

⌨️ 快捷键说明

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