搜索结果
找到约 9 项符合
suspend 的查询结果
Linux/Unix编程 针对linux休眠suspend显卡状态保存恢复的一个办法
针对linux休眠suspend显卡状态保存恢复的一个办法,一般的笔记本针对intel的显卡都是不能直接休眠的需要使用这个工具进行设置
BREW编程 brew中的resume和suspend事件处理的源代码.看了应该对如何处理中断和恢复机制有个不错的把握
brew中的resume和suspend事件处理的源代码.看了应该对如何处理中断和恢复机制有个不错的把握
Linux/Unix编程 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.
2.0.12 (May 13th, 2004)
- Flag driver threads with PF_FREEZE to support software suspend.
2.0.11 (May 7th, 2004)
- Avoid split-completion bugs in certain PCI-X chipsets by
breaking up large completion entry DMAs on ADB boundaries.
2.0.10 (April 9th, 2004)
- Return "command timeout" status in ...
单片机开发 Handling Suspend Mode on a USB Mouse
Handling Suspend Mode on a USB Mouse
J2ME 计时器 Run mode: * - stop 0 - switch on backlight # - suspend/resume joystick - set next result
计时器
Run mode:
* - stop
0 - switch on backlight
# - suspend/resume
joystick - set next result
1-9 - set result for member with this number
Inspect mode:
*,#,0 - reset and start
UP,LEFT - show previous result
1-9 - show result for member with this number
单片机编程 EZ-USB FX系列单片机USB外围设备设计与应用
EZ-USB FX系列单片机USB外围设备设计与应用:PART 1 USB的基本概念第1章 USB的基本特性1.1 USB简介21.2 USB的发展历程31.2.1 USB 1.131.2.2 USB 2.041.2.3 USB与IEEE 1394的比较41.3 USB基本架构与总线架构61.4 USB的总线结构81.5 USB数据流的模式与管线的概念91.6 USB硬件规范101.6.1 USB的硬件特性111.6.2 USB接口的电气特 ...
单片机编程 PL2303 USB to Serial Adapter
The PL2303 USB to Serial adapter is your smart and convenient accessory forconnecting RS-232 serial devices to your USB-equipped Windows host computer. Itprovides a bridge connection with a standard DB 9-pin male serial port connector inone end and a standard Type-A USB plug connector on the other e ...
USB编程 usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Mode
usb bulk 传输例程。
* The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM).
* Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features.
* This sample is based off the selSusp DDK sample. ...
uCOS This function checks the mailbox to see if a message is available. Unlike OSMboxPend(), OSMboxAccep
This function checks the mailbox to see if a message is available. Unlike OSMboxPend(),
OSMboxAccept() does not suspend the calling task if a message is not available.