代码搜索:spi总线
找到约 10,000 项符合「spi总线」的源代码
代码结果 10,000
www.eeworm.com/read/355514/10259967
asm spi.asm
*******************************************************
* TMS320C2x/C2xx/C5x ANSI C Codegen Version 7.00
*******************************************************
; C:\TIC2XX\C2000\CGTOOLS\BIN
www.eeworm.com/read/355514/10259983
c spi.c
#include "f2407_c.h"
extern unsigned int test_x25650(void);
void write_enable(void);
unsigned int read_x25650(unsigned int addr);
void write_x25650(unsigned int addr,unsigned int data)
www.eeworm.com/read/355514/10260067
obj spi.obj
www.eeworm.com/read/280974/10275862
c spi.c
void SPI8Clocks ( unsigned char nClocks )
{
while (nClocks--)
{
SPIPutCharWithoutWaiting(0xff);
SPIWait();
}
}
unsigned char SPIGetChar (void)
{
SPIPutCh
www.eeworm.com/read/280974/10275878
h spi.h
www.eeworm.com/read/355203/10285836
h spi.h
/*! \file spi.h
\brief CAN总线收发数据头文件
\author 丁雷
\version 0.1
*/
#ifndef _SPI_H_
#define _SPI_H_
#define ucSpiBaud 10000000
#define CAN_RESET 0xC0
#define CAN_READ 0x
www.eeworm.com/read/355203/10285987
c spi.c
#include "2410addr.h"
#include "spi.h"
#define SPIDONTCARE (0xff)
/* init as SPI-Master */
void spi_init(void)
{
int i;
rGPECON&=0xf03fffff;
rGPECON|=((1
www.eeworm.com/read/355198/10286466
h spi.h
/*! \file spi.h
\brief CAN总线收发数据头文件
\author 丁雷
\version 0.1
*/
#ifndef _SPI_H_
#define _SPI_H_
#define ucSpiBaud 10000000
#define CAN_RESET 0xC0
#define CAN_READ 0x
www.eeworm.com/read/355198/10286640
c spi.c
#include "2410addr.h"
#include "spi.h"
#define SPIDONTCARE (0xff)
/* init as SPI-Master */
void spi_init(void)
{
int i;
rGPECON&=0xf03fffff;
rGPECON|=((1
www.eeworm.com/read/355197/10286884
h spi.h
/*! \file spi.h
\brief CAN总线收发数据头文件
\author 丁雷
\version 0.1
*/
#ifndef _SPI_H_
#define _SPI_H_
#define ucSpiBaud 10000000
#define CAN_RESET 0xC0
#define CAN_READ 0x