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

📄 types.h

📁 嵌入式FAT文件系统源码免费下载
💻 H
字号:
/*+FHDR------------------------------------------------------------------
版权所有:

杨文斌-专注USB与FAT文件系统的固件研究
联系方式:qq 292942278  电邮:tony_yang123@sina.com.cn

代码FAT16是免费代码,你可以测试,设计与研究它
我们有FAT32代码,收费的版本,你可与作者联系并购买

Copyright (c),
Tony Yang –Specialized in the USB and FAT's firmware research and design
Contact method:qq 292942278  e-mail:tony_yang123@sina.com.cn

This code of FAT16 is free code, you can test, design, research of it 
as your freedom, also the code with FAT32 code vision is for charge version
pls contact with author when you want it to buy of it.

Abstract:
$Id: main.C,v 1.1.1.1 2007/01/01 10:35:32 tony Exp $
-FHDR-------------------------------------------------------------------*/
#define SUCC 0x0
#define FAIL 0Xff

/*文件系统的数据重新定义*/
typedef unsigned char  u8;        
typedef signed char  s8;          
typedef unsigned int u16;          
typedef signed int s16;            
typedef unsigned long u32;         
typedef signed long s32;           

/*文件系统的数据重新定义*/
typedef unsigned char  U8;        
typedef signed char  S8;           
typedef unsigned int U16;          
typedef signed int S16;            
typedef unsigned long U32;         
typedef signed long S32;           




⌨️ 快捷键说明

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