📄 emmc_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-BF518F EZ-Board
Description: This file tests the eMMC interface on the EZ-Board.
*******************************************************************/
/*******************************************************************
* function prototypes
*******************************************************************/
/*******************************************************************
* global variables and defines
*******************************************************************/
/*******************************************************************
* Function: TEST_EMMC
* Description: This verifies the eMMC interface on the EZ-Board.
*******************************************************************/
int TEST_EMMC(void)
{
/* test not implemented for Update 5 */
return 1;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -