代码搜索结果

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

group__sd__raw.html

sd-reader: MMC/SD card raw access

sdcarddriver.c

//==================================================================================== //File Name: SDCardDriver.c //Description: SD card driver //Update: 2007.1.17 V1.0 by lijian

config.in

# # MMC subsystem configuration # mainmenu_option next_comment comment 'MMC/SD Card support' tristate 'MMC support' CONFIG_MMC if [ "$CONFIG_MMC" = "y" -o "$CONFIG_MMC" = "m" ]; then bool ' MMC de

mmc.h

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

d12_test1.c

/********************************************************/ /* USB SD Card Reader V1.0 */ /* Description: */ /* A SD Ca

readme.txt

Written by Vladimir Boykov (vboykov@yandex.ru), Verilog, last modification August, 2005. Just for free use not for selling. SD card controller can just read data using 1 bit SD mode. I have writ

d12_int.c

/* ELEC254 Group32 USB SD Card Reader */ #include "D12_INT.h" #include "MassStorage.h" #include "MMC_SD.h" CBW cbw; CSW csw; unsigned char DISK_INF[36]= { 0x00, 0x00, 0x00, //02

d12_operation.h

/* ELEC254 Group32 USB SD Card Reader */ #ifndef __D12_Operation_h__ #define __D12_Operation_h__ #include #define U8 unsigned char #define U16 unsigned int #define U32 unsigned

massstorage.h

/* ELEC254 Group32 USB SD Card Reader */ #ifndef __USB_MassStorage_H__ #define __USB_MassStorage_H__ #define USB Mass Storage command and structure #define SUCCESS 0x00 #define FAIL 0x

d12_operation.c

/* ELEC254 Group32 USB SD Card Reader */ #include "D12_Operation.h" #include"MMC_SD.h" #define NOP8() asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop");asm("nop") #d