iic.reg

来自「IIC WINCE5.0 流接口驱动程序及测试」· REG 代码 · 共 33 行

REG
33
字号
; Generic Driver Registry Entries and Descriptions
;
;     This feature driver acts as a typical CE.Net stream driver frame work
;     reference code. As a sample, here is its registry settings which may
;     need to be copied to platform.reg or project.reg file. - Wang Aimin
; Registry Entries:
;
; All of the listed keys are optional.  When the driver cannot find a
; registry entry to configure the driver, a default value is used.
; The value shown here are defaults. Change them when necessary.

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\IIC]
	"Prefix"="I2C"
	"Dll"="IIC.dll"
	"Order"=dword:1
	"Index"=dword:1

	;Read Data Mode: INTERRUPT=0 POLLING=1
	"Mode"=dword:0	

	;IIC Device Address 24C64=0xA0
	"SlaveAddress"=dword:160

;	"IRQ"=dword:27
;	"IoBase"=dword:0
;	"IoLen"=dword:0
;	"ConfigBase"=dword:0
;	"ConfigLen"=dword:0




⌨️ 快捷键说明

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