代码搜索结果

找到约 23,563 项符合 SD Card 的代码

readme

Template project for MSP430-4619LCD development boards Features: - LCD handling: writing text to display with LCD_printf(), displaying RGB bitmaps... - SD card and DOS filesystem handling: creating,

config.h

#ifndef __EFSL_CONFIG_H__ #define __EFSL_CONFIG_H__ /* This is for the LPC2000 SD-Card SPI interface */ /* Hardware target --------------- * Here you will define for what hardware-endpo

mmc.h

/************************************************************************************** //------------------ MMC/SD-Card Reading and Writing implementation ------------------- //FileName : mmc.c

sd_card.h

#ifndef _SD_CARD_H_ #define _SD_CARD_H_ #include "config.h" //------------------------------------------------------------------------- // SD Card Set I/O Direction #define SD_CMD_IN IOWR(SD_C

mmc.h

/************************************************************************************** //------------------ MMC/SD-Card Reading and Writing implementation ------------------- //FileName : mmc.c

hfat32.txt

HFAT32 v1.0 HFAT32 v1.0是我依据FAT标准,按照自己的理解写出来的一个FAT文件系统; 特性: 1.HFAT32 v1.0 是一个小型的嵌入式FAT文件系统,可以方便地在nand flash,RAM和SD Card等 存储设备上创建FAT文件系统和操作它. 2.目前支持FAT16/32,支持长文件名.等等... 3.未完成rename功能,准备

mainfile.c

/* The SD card base on FAT12/16 file system. Jacky.L 2008.1 Only Support ATMEGA16 and ATMEGA32 SD card connected: /--------------- -| / 1 2 3 4 5 6 7 8 | /9

mmc.h

/************************************************************************************** //------------------ MMC/SD-Card Reading and Writing implementation ------------------- //FileName : mmc.c

mmc.c

// Basic MMC/SD erase/read/write - with or without full crc error checking (see top of mmc.h file). // also reads all possible info on the MMC/SD - card size etc, though not all info is avaliable i