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

📄 util.h

📁 收音机模块TEA5767控制程序
💻 H
字号:
/*
****************************************************************************
    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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -