2652|0

77

帖子

0

TA的资源

五彩晶圆(中级)

楼主
 

请问HKEY_LOCAL_MACHINE\System\Events]的作用 [复制链接]

我将CE5下的那个电池驱动加到BSP工程中. 在platform.reg中增加.
[HKEY_LOCAL_MACHINE\System\Events]
    "SYSTEM/BatteryAPIsReady"="Battery Interface APIs"

; These registry entries load the battery driver.  The IClass value must match
; the BATTERY_DRIVER_CLASS definition in battery.h -- this is how the system
; knows which device is the battery driver.  Note that we are using
; DEVFLAGS_NAKEDENTRIES with this driver.  This tells the device manager
; to instantiate the device with the prefix named in the registry but to look
; for DLL entry points without the prefix.  For example, it will look for Init
; instead of BAT_Init.  This allows the prefix to be changed in the registry (if
; desired) without editing the driver code.
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Battery]
   "Prefix"="BAT"
   "Dll"="battdrvr.dll"
   "Flags"=dword:8                      ; DEVFLAGS_NAKEDENTRIES
   "Order"=dword:0
重新编译.链接后. 运行新的CE工程. 从串口不断输出信息(这些信息是我在CE5自带的电池驱动中每个函数加上去的. 目的是跟踪作用.):
BatteryAPIGetSystemPowerStatusEx2 be called.
LockBatery -- sbattif.c
UnlockBaatery -- sbattif.c
......
BatteryAPIGetSystemPowerStatusEx2 be called.
LockBatery -- sbattif.c
UnlockBaatery -- sbattif.c
说明CE系统不停地检查电池状况. 这种情况是否正常?
另外.我点击CE系统的"控制面板"中的"电源属性"后. 串口输出信息:
CTLPNL: cmdline=\Windows\cplmain. cpl,5
-->>>CTLPNL:CPL='\wINDOWS\CPLMAIN.CPL' icon=5 tab=0
要过大概20秒后才弹出电源属性的窗口. 选择该窗口的按钮也要20秒后才有反应. 很不正常.

但一旦我将
[HKEY_LOCAL_MACHINE\System\Events]
    "SYSTEM/BatteryAPIsReady"="Battery Interface APIs"
从platform.reg中删除后. 原以下的打印信息就没有了. 也就是说系统不再调用BatteryAPIGetSystemPowerStatusEx2函数.
BatteryAPIGetSystemPowerStatusEx2 be called.
LockBatery -- sbattif.c
UnlockBaatery -- sbattif.c
但点击CE系统的"控制面板"中的"电源属性"后可以很正常地弹出属性窗口.
请问[HKEY_LOCAL_MACHINE\System\Events]
    "SYSTEM/BatteryAPIsReady"="Battery Interface APIs" 有什么作用?
点赞 关注

回复
举报
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/6 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表