iodev.h
来自「dragon ball vz328 上的一个例子程序。 用于做手持仪表用。」· C头文件 代码 · 共 28 行
H
28 行
/******************************************************************************
(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 + =
减小字号Ctrl + -
显示快捷键?