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