代码搜索:FATFS

找到约 722 项符合「FATFS」的源代码

代码结果 722
www.eeworm.com/read/35007/892134

c 复件 exfuns.c

#include "exfuns.h" #include "fattester.h" ///////////////////////////////公共文件区//////////////////////////////////////////// FATFS fs[2]; //逻辑磁盘工作区. FIL file; //文件1 FIL ftemp; /
www.eeworm.com/read/425622/10343976

c~ main.c~

#include "stdio.h" #include "mmc.c" #include "tff.c" char FBuffer[100]; FATFS fs; // Work area (file system object) for logical drive FIL ftest; // file objects /*----------
www.eeworm.com/read/425622/10344089

c main.c

#include "stdio.h" #include "mmc.c" #include "tff.c" char FBuffer[100]; FATFS fs; // Work area (file system object) for logical drive FIL ftest; // file objects /*----------
www.eeworm.com/read/425636/10343281

c~ main.c~

#include "stdio.h" #include "delay.h" #include "mmc.c" #include "tff.c" char FBuffer[100]; FATFS fs; // Work area (file system object) for logical drive FIL ftest; // file obj
www.eeworm.com/read/425636/10343353

c main.c

#include "stdio.h" #include "delay.h" #include "mmc.c" #include "tff.c" char FBuffer[100]; FATFS fs; // Work area (file system object) for logical drive FIL ftest; // file obj
www.eeworm.com/read/349472/10825445

h sdfs.h

#ifndef _FATFS #define _MCU_ENDIAN 1 /* The _MCU_ENDIAN defines which access method is used to the FAT structure. / 1: Enable word access. / 2: Disable word access and use byte-by-byte ac
www.eeworm.com/read/34876/1047152

c main.c

/* ********************************************************************************************************* * * 模块名称 : 主程序模块。 * 文件名称 : main.c * 版 本 : V2.0 * 说 明 : 该例程实现读写SD卡文件的功能。移植了FatFS
www.eeworm.com/read/472724/6864809

h sdfs.h

#ifndef _FATFS #define _MCU_ENDIAN 1 /* The _MCU_ENDIAN defines which access method is used to the FAT structure. / 1: Enable word access. / 2: Disable word access and use byte-by-byte ac
www.eeworm.com/read/34876/1047027

plg output.plg

礦ision Build Log Project: F:\Fpan\李峰arm7程序\安富来stm32\stm32anfulai\03.软件资料\02.安富莱STM32例程(原创)\Ex013-SDIO+FatFS文件系统例程(V2.0_2011-10-16)\Ex013-SDIO+FatFS文件系统例程\Pro
www.eeworm.com/read/398200/2385131

changelog

2004-01-19 Nick Garnett * doc/README.txt: * doc/fatfs.ecm: * doc/fat16.ecm: * doc/mkdisk0: Added some initial basic documentation, sample configurations and shell scri