代码搜索:SD卡文件
找到约 10,000 项符合「SD卡文件」的源代码
代码结果 10,000
www.eeworm.com/read/389268/8538341
h sd.h
//sd.h
#ifndef _SD_H_
#define _SD_H_
#ifdef SD_GLOBAL
#define SD_EXN
#else
#define SD_EXN extern
#endif
SD_EXN void delay(INT16U time);
SD_EXN INT8U sd_WriteCommand(INT8U* pCom
www.eeworm.com/read/188188/8564307
c sd.c
/************************************************************/
/* SD Code */
/************************************************************/
#include
#include "v
www.eeworm.com/read/188188/8564310
h sd.h
/************************************************************/
/* HEAD FILE for sd */
/* */
/* 2007-1-10 */
/***************************************
www.eeworm.com/read/188188/8564312
o sd.o
www.eeworm.com/read/431766/8655490
o sd.o
www.eeworm.com/read/431766/8655539
c sd.c
#include
#include
#include "2440addr.h"
#include "SD.h"
#include "UART.h"
//#define S3C2440 1 //It's S3C2440
#define S3C2440 0 //It's S3C2410
#define debug 0
exte
www.eeworm.com/read/431766/8655556
h sd.h
#ifndef __SD__H
#define __SD__H
extern int SD_card_init(void);
extern int ReadS(unsigned int address,unsigned int *data,unsigned int size);
extern int WriteS(unsigned int address,unsigned int *d
www.eeworm.com/read/431637/8664279
m sd.m
function [w,J]=sd(mu,winit,N,R,p,Jmin);
% Input arguments:
% mu = step size, dim 1x1
% winit = start values for filter coefficients, dim Mx1
% N = no. of iterations, n=[0,...,N-1], dim 1x1
%
www.eeworm.com/read/431635/8664336
m sd.m
function [w,J]=sd(mu,winit,N,R,p,Jmin);
% Input arguments:
% mu = step size, dim 1x1
% winit = start values for filter coefficients, dim Mx1
% N = no. of iterations, n=[0,...,N-1], dim 1x1
%
www.eeworm.com/read/287522/8684228
c sd.c
/************************************************************/
/* SD Code for M32L */
/* By pasyong */
/* 2006-4 */
/* Base ICC6.31A