代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/106250/6195275
h spi_drv.h
/*H**************************************************************************
* NAME: spi_drv.h
*----------------------------------------------------------------------------
* Copy
www.eeworm.com/read/106250/6195276
c spi_drv.c
/*C**************************************************************************
* NAME: spi_drv.c
*----------------------------------------------------------------------------
* Copyright (c)
www.eeworm.com/read/100285/6271389
h spi_priv.h
/*-------------------------------------------------------------------------
*
* spi.c
* Server Programming Interface private declarations
*
* $Header: /usr/local/cvsroot/pgsql/src/include/exec
www.eeworm.com/read/187518/6287111
h spi_drive.h
/*******************************************************************************************************
* 文件名:Spi_Drive.h
* 功 能:LPC214x系列芯片硬件SPI软件包
* 作 者:Windows
* 日 期:2006年10月15号
* 说明:SPI总线的
www.eeworm.com/read/187518/6287112
c spi_drive.c
/*******************************************************************************************************
* 文件名:Spi_Drive.c
* 功 能:SPI 总线配置 驱动HC595工作实现SPI串行数据传输
* 作 者:Windows
* 日 期:2006年10月12号
*
www.eeworm.com/read/246978/6303814
c slave_spi.c
#include"stc12c2052ad.h"
#include
#define SPIF (SPSTAT & 0X80) //中断标志
#define SPWCOL (SPSTAT & 0X40) //冲突标志
unsigned char data bchar;
unsigned char bdata flags;
sbit read_
www.eeworm.com/read/246978/6303815
c mast_spi.c
#include"stc89c58rd.h"
#include
#include
sbit sdo = P1^3; //主出从入 P1^5 P1^3 写出
sbit sdi = P1^2; //主入从出 P1^6 P1^2 读入
sbit spi_clk = P3^3; //时钟
www.eeworm.com/read/255318/6306031
c spi_butterfly.c
/*
2 * spi_butterfly.c - parport-to-butterfly adapter
3 *
4 * Copyright (C) 2005 David Brownell
5 *
6 * This program is free software; you can redistribute it and/or modify
7 *
www.eeworm.com/read/255318/6306037
c spi_bitbang.c
1 /*
2 * spi_bitbang.c - polling/bitbanging SPI master controller driver utilities
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms
www.eeworm.com/read/483085/6309424
c spi_test.c
#include "DSP28_Device.h"
unsigned int Spi_VarRx[100];
unsigned int i,j;
//interrupt void ISRSciaTx(void);
//interrupt void ISRSciaRx(void);
void main(void)
{
/*初始化系统*/
InitSysCtrl();
/*