代码搜索结果

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

sdi.h

#ifndef __SD_H__ #define __SD_H__ #ifdef __cplusplus extern "C" { #endif // Function prototypes void Test_SDI(void); void set_system_clock(void); int SD_card_init(void); void Rd_cid_csd

sdc.c

/************************************************************************* * * Copyright Mentor Graphics Corporation 2003 * All Rights Reserved. * * THIS WOR

sdc.c

/************************************************************************* * * Copyright Mentor Graphics Corporation 2003 * All Rights Reserved. * * THIS WOR

sdc.c

/************************************************************************* * * Copyright Mentor Graphics Corporation 2003 * All Rights Reserved. * * THIS WOR

sdc.c

/************************************************************************* * * Copyright Mentor Graphics Corporation 2003 * All Rights Reserved. * * THIS WOR

sdc.c

/************************************************************************* * * Copyright Mentor Graphics Corporation 2003 * All Rights Reserved. * * THIS WOR

hostcont.v

`include "inc.h" //******************************************************************************* // S Y N T H E S I Z A B L E S D R A M C O N T R O L L E R C O R E // // This core adh

i2c_controller.vhd

---------------------------------------------------------------------------------------------- -- -- VHDL file generated by X-HDL - Revision 3.2.54 Aug. 8, 2005 -- Sun Apr 29 14:30:03 2007 -- -

sdi.h

#ifndef __SD_H__ #define __SD_H__ #ifdef __cplusplus extern "C" { #endif // Function prototypes void Ch28_SD_MMC(void); void set_system_clock(void); void SD_MMC_GPIO_Initial(void); int SD

sdcrc.h

#ifndef __SDCRC_H__ #define __SDCRC_H__ extern INT16U SD_GetCRC16(INT8U *pSource,INT16U len); //得到len个字节的CRC16 extern INT8U SD_GetCmdByte6(INT8U cmd,INT8U *param); //得到SD命令的第6个字节: CRC7 + 停止位1