代码搜索:spi总线

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

代码结果 10,000
www.eeworm.com/read/350945/10693677

mp spi.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------
www.eeworm.com/read/350945/10693682

lis spi.lis

.module spi.c .area text(rom, con, rel) 0000 .dbfile C:\ATMega8515\SPI\spi.c 0000 .dbfunc e main _main fV 000
www.eeworm.com/read/350945/10693690

prj spi.prj

[Compiler Options] Edit1=C:\icc\include\ Edit2=C:\icc\lib\ Edit8= CheckBox1=0 CheckBox2=1 Edit3= Edit4= Edit11=16 Edit13= ComboBox1=0 Edit9=8192 Edit10=512 ComboBox2=6 RadioGroup1=0 Edi
www.eeworm.com/read/350945/10693694

dbg spi.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR C:\ATMega8515\SPI\ FILE init.c FUNC port_init 62 fV BLOCK 9 62 LINE 9 62 LINE 10 62 LINE 11 66 LINE 12 68 LINE 13 6A LINE 14 6E LINE 15 70
www.eeworm.com/read/350945/10693713

lst spi.lst

__text_start: __start: 0011 E5CF LDI R28,0x5F 0012 E0D2 LDI R29,2 0013 BFCD OUT 0x3D,R28 0014 BFDE OUT 0x3E,R29 0015 51C0 SUBI R28,0x10 0016 40D
www.eeworm.com/read/421702/10709034

plg spi.plg

礦ision2 Build Log Project: C:\Documents and Settings\ntscking\桌面\书程序\第二章\2.5 SPI总线在单片机系统中的实现\SPI.uv2 Project File Date: 03/29/2005 Output:
www.eeworm.com/read/421702/10709038

lnp spi.lnp

"SPI.obj" TO "SPI" RAMSIZE(256)
www.eeworm.com/read/421702/10709039

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/421702/10709044

lst spi.lst

C51 COMPILER V7.06 SPI 03/29/2005 14:08:44 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE SPI OBJECT MODULE PLACED IN SPI
www.eeworm.com/read/421702/10709046

c spi.c

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #include sbit SCK=P1^0; // 将p1.0口模拟时钟输出 sbit MOSI