⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flash.h

📁 本资料包括建立在SD卡和NANDFLASH上的文件系统
💻 H
字号:
/*
**********************************************************************
*                          Micrium, Inc.
*                      949 Crestview Circle
*                     Weston,  FL 33327-1848
*
*                            uC/FS
*
*             (c) Copyright 2001 - 2003, Micrium, Inc.
*                      All rights reserved.
*
***********************************************************************

----------------------------------------------------------------------
File        : flash.h
Purpose     : Header file for the file system's FLASH driver
----------------------------------------------------------------------
Known problems or limitations with current version
----------------------------------------------------------------------
None.
---------------------------END-OF-HEADER------------------------------
*/

#ifndef __FLASH_H__
#define __FLASH_H__

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

int FS__FLASH_Init(FS_u32 Unit);
int FS__FLASH_ReadSector(FS_u32 Unit,unsigned long Sector,unsigned char *pBuffer);
int FS__FLASH_WriteSector(FS_u32 Unit,unsigned long Sector,unsigned char *pBuffer);

#endif  /* __FLASH_H__ */


⌨️ 快捷键说明

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