代码搜索:SD Card
找到约 10,000 项符合「SD Card」的源代码
代码结果 10,000
www.eeworm.com/read/317532/13502745
dep lpc213x_sd_lpc213x_sd.dep
Dependencies for Project 'LPC213X_SD', Target 'LPC213X_SD': (DO NOT MODIFY !)
F (.\main.c)(0x46BC2AAA)(--feedback "LPC213X_SD.fed" -c --device DARMP -g -W -O2 --apcs=interwork -I..\MAIN -I..\SDMMC -I
www.eeworm.com/read/125688/6025112
h 93cx6.h
/*
* Interface to the 93C46 serial EEPROM that is used to store BIOS
* settings for the aic7xxx based adaptec SCSI controllers. It can
* also be used for 93C26 and 93C06 serial EEPROMS.
*
* Copy
www.eeworm.com/read/407151/11427742
h sd_reader_regs.h
#ifndef SD_READER_REGS_H_
#define SD_READER_REGS_H_
#include
#define SD_READER_CARDREADY_BIT 0x01 // I
#define SD_READER_DATAREADY_BIT 0x02 // I
#define SD_READER_CRCERR_BIT 0x04 //
www.eeworm.com/read/416047/11043476
h spi.h
//pin脚定义
//SD卡使用SPI模式进行读写
//CS ->P2.2
//MOSI->P2.3
//CLK ->P2.4
//MISO->P2.6
sbit CS =P2^2;
sbit SI =P2^3;
sbit SCK=P2^4;
sbit SO =P2^6;
#define CS_SD_EN (CS=0) //为低时表示片选
#defi
www.eeworm.com/read/457096/7334265
h spi.h
//pin脚定义
//SD卡使用SPI模式进行读写
//CS ->P2.2
//MOSI->P2.3
//CLK ->P2.4
//MISO->P2.6
sbit CS =P2^2;
sbit SI =P2^3;
sbit SCK=P2^4;
sbit SO =P2^6;
#define CS_SD_EN (CS=0) //为低时表示片选
#defi
www.eeworm.com/read/390767/8442633
h sdi.h
#ifndef __SD_H__
#define __SD_H__
#ifdef __cplusplus
extern "C" {
#endif
// Function prototypes
void Test_SDI(void);
void set_system_clock(void);
int SD_card_init(void);
void Rd_cid_csd
www.eeworm.com/read/390408/8466605
h sdi.h
#ifndef __SD_H__
#define __SD_H__
#ifdef __cplusplus
extern "C" {
#endif
// Function prototypes
void Test_SDI(void);
void set_system_clock(void);
int SD_card_init(void);
void Rd_cid_csd
www.eeworm.com/read/289769/8528340
h sdi.h
#ifndef __SD_H__
#define __SD_H__
#ifdef __cplusplus
extern "C" {
#endif
// Function prototypes
void Test_SDI(void);
void set_system_clock(void);
int SD_card_init(void);
void Rd_cid_csd
www.eeworm.com/read/289134/8573812
h sdi.h
#ifndef __SD_H__
#define __SD_H__
#ifdef __cplusplus
extern "C" {
#endif
// Function prototypes
void Test_SDI(void);
void set_system_clock(void);
int SD_card_init(void);
void Rd_cid_csd
www.eeworm.com/read/432140/8626964
h sdi.h
#ifndef __SD_H__
#define __SD_H__
#ifdef __cplusplus
extern "C" {
#endif
// Function prototypes
void Test_SDI(void);
void set_system_clock(void);
int SD_card_init(void);
void Rd_cid_csd