代码搜索结果
找到约 10,000 项符合
SD Card 的代码
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
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
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
%
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
%
sd.c
/************************************************************/
/* SD Code for M32L */
/* By pasyong */
/* 2006-4 */
/* Base ICC6.31A
sd.lst
C51 COMPILER V7.06 SD 11/12/2008 23:04:11 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE SD
OBJECT MODULE PLACED IN sd.O
sd.c
#include
#include "sd.h"
#include
#include
#include "D12_Define.h"
///////全局变量///
//////////////////////////
void delay()
{
_nop_(); _nop_();_nop_();_n
sd.h
#ifndef _SD_H_
#define _SD_H_
///////////////////////////////////////////////////
//sbit SD_Reserved2 = P2^4;
sbit SD_CS = P0^4;
sbit SD_DataIn = P0^3;
sbit SD_CLK = P0^2;
sbit SD_DataOut = P0^
sd.h
/************************************************************/
/* SD Code for AT91SAM7S64 */
/* By pasyong */
/* 2006-5 */
/* Base IAR 4.30A */
/*********