代码搜索:spi总线
找到约 10,000 项符合「spi总线」的源代码
代码结果 10,000
www.eeworm.com/read/382853/8994577
c spi.c
#include
#include
#include "mmcConf.h" // Include the SPI CS defines
/******************************************************************************
NAME
spiTransferByte
SY
www.eeworm.com/read/382853/8994586
h spi.h
// header file for SPI access functions
#ifndef SPI_H
#define SPI_H
unsigned int spiTransferByte(unsigned int mosi);
void spiAssertCS(void);
void spiDeassertCS(void);
#endif
www.eeworm.com/read/426672/9006157
asm spi.asm
;****************************************************************************
;
;
;
;
;
;****************************************************************************
.include "F2407R
www.eeworm.com/read/426672/9006185
obj spi.obj
www.eeworm.com/read/283405/9022528
c spi.c
/*****************************************************************************
* spi.c: SPI C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/283405/9022530
h spi.h
/*****************************************************************************
* spi.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/283405/9022533
opt spi.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/382535/9022680
paf spi.paf
www.eeworm.com/read/382535/9022685
pjt spi.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="spi"
ProjectDir="C:\ti\myprojects\spi\"
ProjectType=Executable
CPUFamily=TMS320C28X
www.eeworm.com/read/382535/9022774