代码搜索:spi总线

找到约 10,000 项符合「spi总线」的源代码

代码结果 10,000
www.eeworm.com/read/166608/10013418

obj spi.obj

www.eeworm.com/read/166608/10013420

pjt spi.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="D:\SPI_TEST\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler" Tool="Li
www.eeworm.com/read/166608/10013429

paf spi.paf

www.eeworm.com/read/362130/10017333

c spi.c

/** \file SPI Autor: Matthias Wei遝r Copyright 2004: Matthias Wei遝r License: QPL (see license.txt) */ #include #include #include "spi.
www.eeworm.com/read/362130/10017335

h spi.h

/** Autor: Matthias Wei遝r Copyright 2004: Matthias Wei遝r License: QPL (see license.txt) */ #ifndef __SPI_H #define __SPI_H #define SPI_SPEED_4MHZ 0 #define SPI_SPEED_2MHZ 1 #
www.eeworm.com/read/166206/10029311

html spi.html

www.eeworm.com/read/165713/10053264

pjt spi.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="c:\ti2000\myprojects\spi_0608\SPI\" ProjectType=Executable CPUFamily=TMS320C28XX Too
www.eeworm.com/read/165713/10053268

paf spi.paf

www.eeworm.com/read/165655/10055183

c spi.c

#include "my_head.h" /*********************************************/ #define MOSI P1_5 #define MISO P1_6 #define SPI_SCK P1_7 //------------------------- void Init_spi(voi
www.eeworm.com/read/360879/10073533

c spi.c

#include #include "2410addr.h" #include "2410lib.h" #include "spi.h" #include "def.h" #define spi_count 0x80 #define SPI_BUFFER _NONCACHE_STARTADDRESS void __irq Spi_Int(void);