代码搜索结果

找到约 10,000 项符合 SD Card 的代码

sd.o

XL H 1 areas 10 global symbols M sd.c S _SPI_SrByte Ref0000 S _SPI_High Ref0000 S push_xgsetF00C Ref0000 S push_xgsetF03C Ref0000 S push_arg4 Ref0000 S _delay_ms Ref0000 S lsl32 Ref0000 S ls

sd._c

#include"sd.h" //---------------------------- SD卡驱动程序 ---------------------------- // //简化版SD卡驱动程序 //整理日期:2009.7.8 // //------------------------------------------------------------------------

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.lis

.module sd.c .area text(rom, con, rel) 0000 .dbfile ..\..\..\..\..\DOCUME~1\浪仔\桌面\教学实验板\M16_VS1003_test\sd.c 0000

sd.c

//---------------------------- SD卡驱动程序 ---------------------------- // //简化版SD卡驱动程序 //整理日期:2009.7.8 // //------------------------------------------------------------------------ #include"s

sd.h

//---------------------------- SD卡驱动程序 ---------------------------- // //简化版SD卡驱动程序 //整理日期:2009.7.8 // //------------------------------------------------------------------------ #include"con

sd.nc

/* * Copyright (c) 2006, Intel Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the foll

sd.h

/* *********************************************************** * THIS PROGRAM IS PROVIDED "AS IS". TI MAKES NO WARRANTIES OR * REPRESENTATIONS, EITHER EXPRESS, IMPLIED OR STATUTORY, * INCLUDING AN

sd.h

/*****************************************************************************\ * EFSL - Embedded Filesystems Library * * ----------------