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

📄 procdef.h

📁 NoteBook Docking Power and Audio Switch Control using Atmel AT89S51 Chip Program by C language Com
💻 H
字号:
/***************           XXXXXX CONFIDENTIAL           ****************/
/***************                                       ****************/
/*************** Description : This file contains some ****************/
/***************               function prototype used ****************/
/***************               for Docking devices     ****************/
/***************                                       ****************/
/***************     Company : XXXXXXTek Inc.            ****************/
/***************  Programmer : Steven Chu              ****************/
/***************        Date : 03/26/2007              ****************/
/**********************************************************************/

#ifndef _H_PROCDEF_
#define _H_PROCDEF_

//===================================================================
// MAIN functions Prototype
//===================================================================
void main(void);
void PWROnInital(void);
void ResetVar(void);
void ChkPowerSwitch(void);
void ChkVolumeUpSwitch(void);
void ChkVolumeDownSwitch(void);
void ChkMuteSwitch(void);
void InitTimer(void);
void DisableKeyboardInt(void);
void EnableKeyboardInt(void);
void ProcLEDBlink1(void);
void ProcLEDBlink2(void);
void CheckExpressCard(void);
void CheckPEXReset(void);
void RS232Initial(void);
void RS232Log(void);
void EnableEX0Int(void);
void DisableEX0Int(void);

#endif

⌨️ 快捷键说明

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