代码搜索结果
找到约 10,000 项符合
SD Card 的代码
sd.txt
gf
sd.txt
Main()
{
SD_Init();
SD卡写
SD卡读
}
命令写,命令END
数据写,数据END
CRC
sd.asm
//*************Default Clock Frequency 3.072MHz*************//
//**************circulation times=1536000*CT/n**************//
//**********CT=circulation time; n=number of "nop"**********//
// Wat
sd.asm
;MP3 Player kunio.h Ver0.9
;**** includes ****
.include "m8def.inc"
; Load immediate word into the resister pair.
; ldiw Z(X,Y),var
.macro ldiw
ldi @0L,low(@1)
ldi @0H,high(@1)
.endm
;
sd.lst
C51 COMPILER V7.50 SD 07/20/2008 10:05:07 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE SD
OBJECT MODULE PLACED IN SD.O
sd.c
#include "REG52.H"
////////////////////////****************/
unsigned char *SDInfo1="SD Init Success.";
unsigned char *SDInfo2="SD Init Fail.";
unsigned int ReadBuffer[256];
unsigned int WriteBuf
sd.c
/*
* sd.c Copyright (C) 1992 Drew Eckhardt
* Linux scsi disk driver by
* Drew Eckhardt
*
*
*
* Modified by Eric Youngdale eric@tantalus.nrl.navy.mil to
*