代码搜索:SD Card
找到约 10,000 项符合「SD Card」的源代码
代码结果 10,000
www.eeworm.com/read/407151/11427734
vhd sd_rd_state.vhd
package sd_rd_state is
type SD_RD_STAT is
(
SD_RD_INIT,
SD_RD_IDLE, -- idle
SD_RD_WRSTATE, -- write state
SD_RD_WR_RDADDR_LO, -- write read address low 16 bits
SD_RD_WR_RDADDR_HI, -
www.eeworm.com/read/407151/11427741
tcl sd_reader_hw.tcl
# TCL File Generated by Component Editor 7.2sp1 on:
# Sun Aug 17 13:44:55 CST 2008
# DO NOT MODIFY
set_source_file "sd_reader.vhd"
set_module "sd_reader"
set_module_description ""
set_module_property
www.eeworm.com/read/407151/11427743
c sd_reader_routines.c
#include
#include
#include "sd_reader_routines.h"
#include "sd_reader_regs.h"
typedef struct
{
int done;
alt_dma_rxchan rx;
void* sd_reader_base;
} SD_DMA_
www.eeworm.com/read/406594/11439445
m nnd9sd.m
function nnd9sd(cmd,data)
%NND9SD Steepest descent demonstration.
% First Version, 8-31-95.
%==================================================================
% BRING UP FIGURE IF IT EXISTS
www.eeworm.com/read/405170/11470493
bat sd3.cspy.bat
@REM This bat file has been generated by the IAR Embeddded Workbench
@REM C-SPY interactive debugger,as an aid to preparing a command
@REM line for running the cspybat command line utility with the
www.eeworm.com/read/405169/11470508
bat sd2.cspy.bat
@REM This bat file has been generated by the IAR Embeddded Workbench
@REM C-SPY interactive debugger,as an aid to preparing a command
@REM line for running the cspybat command line utility with the
www.eeworm.com/read/405167/11470546
bat sd1.cspy.bat
@REM This bat file has been generated by the IAR Embeddded Workbench
@REM C-SPY interactive debugger,as an aid to preparing a command
@REM line for running the cspybat command line utility with the
www.eeworm.com/read/404823/11477478
d mmc_sd.o.d
MMC_SD.o: ../MMC_SD/MMC_SD.c C:/WinAVR/avr/include/avr/io.h \
C:/WinAVR/avr/include/avr/sfr_defs.h C:/WinAVR/avr/include/inttypes.h \
C:/WinAVR/avr/include/stdint.h C:/WinAVR/avr/include/avr/iom
www.eeworm.com/read/402312/11538198
pdf 09-ide-sd.pdf
www.eeworm.com/read/158463/11613043
m p_e_sd_a.m
function [p_err,gamma_db]=p_e_sd_a(gamma_db_l,gamma_db_h,k,n,d_min)
% p_e_sd_a.m Matlab function for computing error probability in
% soft decision decoding of a linear block code
%