fs_shell.h

来自「使用ISP1362芯片的USB_OTG参考设计源代码比较新的版本」· C头文件 代码 · 共 49 行

H
49
字号
/*
**  WASABI-Hot! version 1.2c   
**
**
**      -- copyright (c) 2001-2004 by Philips Japan, Ltd. -- All rights reserved --
**
**
**      ** This code has been made to check/learn                          ** 
**      **                             the ISP1362/ISP1363 functionalities **
**      ** Release 06-Aug-2004                                             **
**
**      OKANO, Akifumi
**      
**		Application Laboratory, Mobile and Connectivity
**      Semiconductors Div, Philips Japan Ltd.
**      akifumi.okano@philips.com
**      +81-3-3740-4668
*/

#ifndef _FS_SHELL_H
#define _FS_SHELL_H

/****************************************************************************/
/*	includes																*/
/****************************************************************************/


/****************************************************************************/
/*	constants																*/
/****************************************************************************/

#define		RW_BUFFER_SIZE					32768

#define		STORAGE_AUDIO_SPECIAL_CODE		0xD0


/****************************************************************************/
/*	global vars																*/
/****************************************************************************/


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

void	fsts_file_system_test_shell( void );
void	fsts_play( char *path );

#endif

⌨️ 快捷键说明

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