pl011drv.def

来自「ARM9基于WINDOWSCE的BSP源代码」· DEF 代码 · 共 28 行

DEF
28
字号
;
; Release Status:OS005-SW-70002-r0p0-00REL0
; $Copyright: 
; ----------------------------------------------------------------
; This confidential and proprietary software may be used only as
; authorised by a licensing agreement from ARM Limited
;   (C) COPYRIGHT 2004 ARM Limited
;       ALL RIGHTS RESERVED
; The entire notice above must be reproduced on all authorised
; copies and copies may only be made to the extent permitted
; by a licensing agreement from ARM Limited.
; ----------------------------------------------------------------
; File:     PL011drv.def,v
; Revision: 1.1
; ----------------------------------------------------------------
; $
;
EXPORTS	COM_Init
		COM_Deinit
		COM_Open
		COM_Close
		COM_Read
		COM_Write
		COM_Seek
		COM_PowerDown
		COM_PowerUp
		COM_IOControl

⌨️ 快捷键说明

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