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

📄 fat32.h

📁 S3C44B0X全套培训资料及源代码 e008s3c44b0x
💻 H
字号:
#include "..\inc\def.h"#include "..\inc\fat32def.h"extern struct dir_info Current_Dir_Info;	//存放当前目录信息extern U16	Current_Dir_Total_File_Num;		//当前目录表中有效的文件数extern U32 BPB_Location;extern U32 FAT1_Locate;	// in LBA mode                                    //extern U8  FAT_Num;extern U32 FAT_Sectors;extern U32 FAT2_Locate;	// in LBA mode                                    //extern U32 Root_Locate;	// in LBA mode                                    //extern U32 Root_Sectors;extern U32 Data_Offset;	// in LBA mode(the Start LBA Sector of Cluster 2) //extern U32 Data_Sectors;extern U8 Cluster_Size;extern U32 Total_Clusters;// The Following is FAT16 Function //void Read_MBR(void);void Read_BPB(U32 bpb_location);U32	Cluster2LBA(U32 cluster);U32	Get_Next_Cluster(U32 Current_Cluster);U32	Cluster2LBA(U32 cluster);void Read_Cluster(U32 cluster,U8 * dest_buf);void Read_Dir(U32 dir_location);void Read_File(U32 file_location);void FAT32_Tools(void);

⌨️ 快捷键说明

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