sources

来自「支持三星原产的S3C2413开发板」· 代码 · 共 36 行

TXT
36
字号
!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft 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 LICENSE.RTF on your
install media.
!endif

!if 0
/*
****************************************************************************
 * in SMDK2413, the A1 address value is applied to A0 pin.
 * so, the offset value(include I/O select address) has to be left-shift 1.
 * The source of this file is "\PLATFORM\COMMON\SRC\COMMON\ETHDRV\CS8900A"
 * This oal_ethdrv_cs8900b.lib file is refered from kenkitl and Kernkitlprof(Refer the sources files).
 * 2005/11.E DonGo  
*****************************************************************************
*/
!endif

TARGETNAME=oal_ethdrv_cs8900a
TARGETTYPE=LIBRARY
RELEASETYPE=PLATFORM
SYNCHRONIZE_DRAIN=1
NOMIPS16CODE=1

CDEFINES=$(CDEFINES) -DCEDDK_USEDDKMACRO

INCLUDES=$(INCLUDES);

SOURCES= \
    cs8900a2413.c

⌨️ 快捷键说明

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