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

📄 iodev.h

📁 dragon ball vz328 上的一个例子程序。 用于做手持仪表用。
💻 H
字号:
/******************************************************************************

 (c) copyright Motorola Semiconductors Hong Kong Limited 1995-2000
 ALL RIGHTS RESERVED

******************************************************************************
 Project Name  : Personal Portable System Manager, PPSM
 Project No.   : PDAPSM031
 Title         : External port I/O device driver header file
 File Name     : iodev.h
 Created On    : 05/15/96
 Modifications :
 Release       : 02/29/00 PPSM v3.20

 Description   : Prototype for external port I/O for power management tools

**********************************************************************/
#define IODEV_INCLUDED
#ifdef IODEV_INCLUDED

void PortDozeEnable(void);
void PortDozeDisable(void);

void PortSleepEnable(void);
void PortSleepDisable(void);
#endif

⌨️ 快捷键说明

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