📄 ethernet_test.c
字号:
/*******************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -