代码搜索结果
找到约 10,000 项符合
SD Card 的代码
sd.h
/*****************************************************************************\
* efs - General purpose Embedded Filesystem library *
* ---------------------------
sd.c
/*****************************************************************************\
* efs - General purpose Embedded Filesystem library *
* --------------------- -----
sd.o
XL
H 1 areas 12 global symbols
M sd.c
S _SPI_SrByte Ref0000
S push_gset3 Ref0000
S push_gset4 Ref0000
S push_gset5 Ref0000
S _SPI_High Ref0000
S push_arg4 Ref0000
S pop_gset3 Ref0000
S pop_g
sd._c
//---------------------------- SD卡驱动程序 ----------------------------
//
//简化版SD卡驱动程序
//整理日期:2009.7.8
//
//------------------------------------------------------------------------
#include"s
sd._h
//---------------------------- SD卡驱动程序 ----------------------------
//
//简化版SD卡驱动程序
//整理日期:2009.7.8
//
//------------------------------------------------------------------------
#include"con
sd.lis
.module sd.c
.area text(rom, con, rel)
0000 .dbfile C:\AVR\M\1\sd.c
0000 .dbfunc e SD_Port_Init _SD_Port_Init f
sd.s
.module sd.c
.area text(rom, con, rel)
.dbfile C:\AVR\M\1\sd.c
.dbfunc e SD_Port_Init _SD_Port_Init fV
.even
_SD_Port_Init::
.dbline -1
.dbline 12
;
; #include"sd.h"
; #include"Usart
sd.c
#include"sd.h"
#include"Usart.h"
//---------------------------------
//
// SD卡接口初始化函数
//
//---------------------------------
void SD_Port_Init(void)
{
SD_CS_DDR |= 1
sd.h
#include"config.h"
#include "SPI.h"
#define SD_CS_BIT 1
#define SD_CS_DDR DDRA
#define SD_CS_PORT PORTA
#define SPI_CS_Assert SD_CS_PORT &= ~(1
sd.lst
C51 COMPILER V8.09 SD 05/19/2011 23:29:39 PAGE 1
C51 COMPILER V8.09, COMPILATION OF MODULE SD
OBJECT MODULE PLACED IN sd.O