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

📄 readme

📁 WinCE 3.0 BSP, 包含Inter SA1110, Intel_815E, Advantech_PCM9574 等
💻
字号:
ODO PCMCIA Platform Dependent Driver Source Files
-------------------------------------------------
SOCKPD.H -  Platform dependent constants and structures used to access the
            PCMCIA control registers and memory regions.

INIT.C  -   Contains the PDCardInitServices function which obtains virtual
            addresses to the PCMCIA system control register.

MEMORY.C -  Contains the PC card memory access functions, PDCardReadAttrByte,
            PDCardWriteAttrByte, PDCardReadCmnByte, PDCardWriteCmnByte,
            PDCardReadIOByte and PDCardWriteIOByte.  
            The PCMCIA hardware should have separate memory regions for
            common memory and attribute memory and I/O space, so accesses to
            PC card memory do not have to be guarded by a critical section.  
            These functions are not exported to client drivers. The PCMCIA MDD
            only calls PDCardWriteAttrByte, PDCardReadAttrByte and
            PDCardReadCmnByte.

SOCKET.C -  Contains socket and socket controller functions, PDCardInquireAdapter,
            PDCardGetSocket, PDCardSetSocket, PDCardResetSocket, PDCardGetAdapter
            and PDCardSetAdapter.  This implementation uses statically allocated
            PDCARD_ADAPTER_INFO, PDCARD_POWER_ENTRY and PDCARD_SOCKET_STATE
            structures which are initialized to reflect the capabilities of the
            PCMCIA hardware.  These structures are then updated by the "Set" functions
            and updated and copied to the user buffer by the "Get" functions.

WINDOW.C -  Contains memory window functions PDCardGetWindow, PDCardSetWindow and
            PDCardInquireWindow.  This implementation uses statically allocated
            PDCARD_WINDOW_STATE and PDCARD_WINDOW_INFO structures which are
            initialized to reflect the capabilities and locations of the PCMCIA
            hardware.  These structures are then updated by the "Set" functions
            and copied to the user buffer by the "Get" functions.
            The platform dependent driver only report actual windows supported
            by hardware.  The model device driver will then make virtual
            allocations out of the actual windows.

⌨️ 快捷键说明

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