util.h

来自「收音机模块TEA5767控制程序」· C头文件 代码 · 共 62 行

H
62
字号
/*
****************************************************************************
    Copyright 2001 Philips Semiconductors Limited, 
        35/F,Panglin Plaza, No. 2002,Jia BIn Road,Luo Hu District,Shenzhen 518001, PRC.
        All rights are reserved. Reproduction in whole or in part is prohibited
        without the prior written consent of the copyright owner. 
  
        COMPANY CONFIDENTIAL

***************************************************************************
        Filename : global.h

Rev     Date    	Author
____________________________________________________________________________
1.0		2002/01/13	Tenon Mao

		Header file for util.c
	
*/
#ifndef _util_h
#define _util_h

/**********************
* INCLUDE FILES       *
**********************/
/* Standard include files */

/* Project  include files */

/**********************
* CONSTANTS 	      *
**********************/



/**********************
* MACROS        	  *
**********************/




/**********************
* FUNCTION PROTOTYPES *
**********************/
//expoted function
extern void Delay10us(UINT16 twDelay);
extern void CMD_Delay(BYTE i);
extern void InitSystem(void);

extern unsigned char GetKey();

//LOCAL FUNCTION


#endif // end util.h





⌨️ 快捷键说明

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