drvfs_io.h
来自「The combined demo is dedicated for S1C33」· C头文件 代码 · 共 29 行
H
29 行
//---------------------------------------------------------------------------------
//
// Copyright (C) SEIKO EPSON CORP. 2004
//
// GROUP : SEE LSI
// FILE : drvFS_IO.h
// MODULE : storage module
// Function description : Driver-IO
// Revision history :
// Date userName Description
// 2004/04/15 David start
//
// Notes :
//
//---------------------------------------------------------------------------------
#ifndef _DRVFS_IO_H_
#define _DRVFS_IO_H_
/****************************************************************************
* Prototype, Definition *
****************************************************************************/
void DrvFS_IO_InitSmt(unsigned char);
void DrvFS_IO_SelSmt(unsigned char);
#endif _DRVFS_IO_H_
/**** End of file ***********************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?