代码搜索结果

找到约 10,000 项符合 SPI 的代码

spi-in.tagsrc

E:\lihan\code\pic18f2480\spi-in\spi.c C:\mcc18\h\p18f248.h

spi-in.mcp

[HEADER] magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13} file_version=1.0 [PATH_INFO] BuildDirPolicy=BuildDirIsProjectDir dir_src= dir_bin= dir_tmp= dir_sin= dir_inc=C:\mcc18\h dir_lib=C

spi.c

#include char n=0; char m[5]; void initial() { INTCON=0x00; /* bit7-bit0:关总中断 */ ADCON1=0X07; /* 设置数字输入输出口 */ PIE1=0; /* PIE1 的中断不使能 */ PIE2=0; /* PIE2 的中断不使能 */

spi-in.mcs

[Header] MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7} Version=1.0 [File000] Location=E:\lihan\code\pic18f2480\spi-in\spi.o Folder=Intermediary DeviceName=PIC18F248 LanguageToolSuiteID={5B

spi-in.mptags

!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ !_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.n

spi.err

Warning[2058] E:\lihan\code\pic18f2480\spi-in\spi.c 49 : call of function without prototype Warning[2058] E:\lihan\code\pic18f2480\spi-in\spi.c 50 : call of function without prototype Warning[2058]

spi-in.map

MPLINK 3.90, Linker Linker Map File - Created Mon Jun 23 14:35:55 2008 Section Info Section Type Address Location Size(Bytes)

spi.asm

PRINTSTR MACRO X push dx push ax LEA DX,X MOV AH,09H INT 21H pop ax pop dx ENDM .model small .586 .stack 100 .stack .data