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

📄 pcc_ep93xx.reg

📁 EP9315开发板的Wince6.0的BSP包文件
💻 REG
字号:
; **********************************************************************
;                                                                      
; Filename: pcc_ep93xx.reg
;                                                                      
; Description: Registry settings for the ep93xx PC card.
;
; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
; ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
; THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
; PARTICULAR PURPOSE.
;
; Use of this source code is subject to the terms of the Cirrus end-user
; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
; If you did not accept the terms of the EULA, you are not authorized to 
; use this source code. For a copy of the EULA, please see the 
; EULA.RTF on your install media.
;
; Copyright(c) Cirrus Logic Corporation 2005, All Rights Reserved                       
;                                                                      
; **********************************************************************

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCC_EP93XX]
   "Dll"="pcc_ep93xx.dll"
   "Order"=dword:1
   
   "ClientIrq"=dword:14
   "SysIntr"=dword:15  ; CD (21)
   
   "PollingMode"=dword:0         ; if you do not want to use interrupts for card status change detection,
                                   ; set the "PollingMode" to 1
                                   
   "PCCARDDLL"="pcc_serv.dll"
   "IClass"=multi_sz:"{57430CF2-A260-4c9b-8F5C-FEF89217FE7C}=%b","{D0C3B9F2-D506-4c93-884D-6D71C47AC9AA}=%b"

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCC_EP93XX\WindowEntry1]
    "RepeatCount"=dword:1                   ; 1 instances of the memory window
    "WindowInfoWindowCaps"=dword:2          ; WIN_CAP_ATTRIBUTE 

    "WindowInfoMemoryCaps"=dword:10         ; MEM_CAP_16BIT
;    "WindowInfoMemoryCaps"=dword:1b         ; MEM_CAP_8BIT | MEM_CAP_16BIT | MEM_CAP_PRG_BASE | MEM_CAP_PRG_SIZE

    "WindowInfoMemMinSize"=dword:1000       ; require 4k alignment
    "WindowInfoMemMaxSize"=dword:400000
    "WindowInfoMemBase"=dword:48000000      ; base address of the first memory window, 

                                            ; the base addresses of other winodws will be calculated
;    "WindowInfoSlowest"=dword:97            ; WIN_SPEED_EXP_10MS | WIN_SPEED_MANT_12 | WIN_SPEED_USE_WAIT
;    "WindowInfoFastest"=dword:90            ; WIN_SPEED_EXP_1NS | WIN_SPEED_MANT_12 | WIN_SPEED_USE_WAIT
;    "WindowStateSpeed"=dword:88             ; WIN_SPEED_EXP_1NS | WIN_SPEED_MANT_10 | WIN_SPEED_USE_WAIT




[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCC_EP93XX\WindowEntry2]
    "RepeatCount"=dword:1                  ; 1 instances of the memory window
    "WindowInfoWindowCaps"=dword:1          ; WIN_CAP_COMMON 
    "WindowInfoMemoryCaps"=dword:10         ; MEM_CAP_16BIT 
    "WindowInfoMemMinSize"=dword:1000       ; require 4k alignment
    "WindowInfoMemMaxSize"=dword:400000
    "WindowInfoMemBase"=dword:4C000000      ; base address of the first memory window, 
                                            ; the base addresses of other winodws will be calculated
;    "WindowInfoSlowest"=dword:97            ; WIN_SPEED_EXP_10MS | WIN_SPEED_MANT_12 | WIN_SPEED_USE_WAIT
;    "WindowInfoFastest"=dword:90            ; WIN_SPEED_EXP_1NS | WIN_SPEED_MANT_12 | WIN_SPEED_USE_WAIT
;    "WindowStateSpeed"=dword:88             ; WIN_SPEED_EXP_1NS | WIN_SPEED_MANT_10 | WIN_SPEED_USE_WAIT

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCC_EP93XX\WindowEntry3]
    "RepeatCount"=dword:2                   ; 1 instances of the IO window
    "WindowInfoWindowCaps"=dword:4          ; | WIN_CAP_IO
    "WindowInfoIOCaps"=dword:18             ; IO_CAP_8BIT | IO_CAP_16BIT
    "WindowInfoIOMinSize"=dword:1000           ; require 4 byte alignment
    "WindowInfoIOMaxSize"=dword:400000
    "WindowInfoIOGranularity"=dword:1		 ; "WindowInfoIOGranularity"=dword:1

    "WindowInfoIOFirstByte"=dword:40000000
    "WindowInfoIOLastByte" =dword:403fffff
    "WindowStateState"=dword:1              ; WIN_STATE_MAPS_IO


;    "WindowStateSpeed"=dword:88             ; WIN_SPEED_EXP_1NS | WIN_SPEED_MANT_10 | WIN_SPEED_USE_WAIT

⌨️ 快捷键说明

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