代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/402607/11532086
c spi1.c
/*****************************************************************************
*
* File: spi1.c
*
* Copyright S. Brennen Ball, 2006-2007
*
* The author provides no guarantees, warantees, or pr
www.eeworm.com/read/402607/11532091
h spi1.h
/*****************************************************************************
*
* File: spi1.h
*
* Copyright S. Brennen Ball, 2006-2007
*
* The author provides no guarantees, warantees, or pr
www.eeworm.com/read/402599/11532243
o spi1.o
www.eeworm.com/read/402599/11532262
c spi1.c
/*****************************************************************************
*
* File: spi1.c
*
* Copyright S. Brennen Ball, 2006-2007
*
* The author provides no guarantees, warantees, or pr
www.eeworm.com/read/402599/11532269
h spi1.h
/*****************************************************************************
*
* File: spi1.h
*
* Copyright S. Brennen Ball, 2006-2007
*
* The author provides no guarantees, warantees, or pr
www.eeworm.com/read/402481/11534221
h spi1.h
#ifndef _LXF_SPI_20080914_H
#define _LXF_SPI_20080914_H
extern void SPI1_Config(void);
extern unsigned char SPI1_ReadWrite_Byte(unsigned char);
#endif
www.eeworm.com/read/402481/11534223
c spi1.c
#include "stm32f10x_lib.h"
#include "SPI1.h"
void SPI1_Config(void)
{
SPI_InitTypeDef SPI_InitStructure;
GPIO_InitTypeDef GPIO_InitStructure;
RCC_APB2PeriphClockCmd(RCC_APB2Periph_G
www.eeworm.com/read/402285/11539526
paf2 spi.paf2
www.eeworm.com/read/401609/11554561
dbk backup of spi.dbk
www.eeworm.com/read/401301/11559697
v spi_interface.v
module SPI_INTERFACE (do, iostrb_l, rw_l, io_wr, spi_rd, clkout, reset_l, dclk, cs_en, dio) ;
input reset_l;
inout do ;
input iostrb_l ;
input rw_l ;
output io_wr,spi_rd;
input clkout ;