ethernet_test.c
来自「ADI Blackfin BF51X 範例程式」· C语言 代码 · 共 34 行
C
34 行
/*******************************************************************
Analog Devices, Inc. All Rights Reserved.
This software is proprietary and confidential. By using this software
you agree to the terms of the associated Analog Devices License Agreement.
Project Name: Power_On_Self_Test
Hardware: ADSP-BF518 EZ-Board
Description: This file tests the ethernet interface on the EZ-Board.
*******************************************************************/
/*******************************************************************
* include files
*******************************************************************/
#include "ethernet_test.h"
/*******************************************************************
* global variables and defines
*******************************************************************/
/*******************************************************************
* Function: TEST_ETHERNET
* Description: Tests ethernet interface on the EZ-Board.
*******************************************************************/
int TEST_ETHERNET ( void )
{
/* test not implemented for Update 5 */
return 1;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?