代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/246704/12708193
c spi_cmd.c
#ifdef SUPPORT_SPI_QSI
#include "kernel.h"
#define SPI_CVBS_ON 0x41
#define SPI_S_ON 0x42
#define SPI_S_ON_CVBS_ON 0x43
#define SPI_YUV_ON_CVBS_ON 0x44
#
www.eeworm.com/read/332833/12724047
c spi_mmc.c
/*----------------------------------------------------------------------------
www.51usb.com
--------------------------------------------------------------------------*/
#in
www.eeworm.com/read/332833/12724051
h spi_mmc.h
/*----------------------------------------------------------------------
www.mcu123.com
--------------------------------------------------------------------*/
#ifndef __SPI_MMC_H__
#define __SP
www.eeworm.com/read/330665/12876790
mcp spi example.mcp
www.eeworm.com/read/330665/12876799
c spi_main.c
/* ======================================================================
* Project: SPI_Example *
* file: SPI_main.c *
* -------------------------------------------
www.eeworm.com/read/330665/12876835
zip spi example.zip
www.eeworm.com/read/244135/12884147
c fpga_spi.c
/*
* linux/arch/arm/omap/omap1/fpga_spi.c
*
* Copyright (C) 2006 GE Corporation
* Author: Yang Yong
*
* Download FPGA data to Ateral stratix2 FPGA via SPI
*
*/
/*
* l
www.eeworm.com/read/244135/12884157
c omap_spi.c
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/143131/12896506
c spi_memory.c
// ----------------------------------------------------------------------
// THIS CODE OF FOR AN ST-M25P80MW SERIAL EEPROM
//
// The memory contains 8 sectors of 256 pages of 256 bytes
//
// Ch
www.eeworm.com/read/143131/12896508
h spi_memory.h
/* spi_memory.h */
unsigned char PROM_READ (void);
void PROM_WRITE (unsigned char data);
void select_spi_memory (void);
void deselect_spi_memory (void);
int spi_open_memory ();
int spi_clo