sd_test.c

来自「ADI Blackfin BF51X 範例程式」· C语言 代码 · 共 38 行

C
38
字号
/*******************************************************************
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 SD interface on the EZ-Board.
*******************************************************************/


/*******************************************************************
*  function prototypes
*******************************************************************/


/*******************************************************************
*  global variables and defines
*******************************************************************/


/*******************************************************************
*   Function:    TEST_SD
*   Description: This verifies the eMMC interface on the EZ-Board.
*******************************************************************/
int TEST_SD(void)
{
	/* test not implemented for Update 5 */
	
	return 1;
}



⌨️ 快捷键说明

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