代码搜索结果

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

spi.src

[Files] SPI.C [Headers] C:\icc\include\io8535v.h [Documents]

spi.lst

__start: __text_start: 0046 E800 LDI R16,0x80 0047 E011 LDI R17,1 0048 FF10 SBRS R17,0 0049 6400 ORI R16,0x40 004A BF05 OUT 0x35,R16 004B EFCF

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) ----------

spi.s

.module spi.c .area text(rom, con, rel) .dbfile F:\dujiang\费显动态LED屏\下位机程序\spi.c .dbfunc e SpiWriteByte _SpiWriteByte fV ; byte -> R16 .even _SpiWriteByte:: .dbline -1 .dbline

spi.o

XL H 1 areas 4 global symbols M spi.c A text size 20 flags 0 dbfile F:\dujiang\费显动态LED屏\下位机程序\spi.c dbfunc e SpiWriteByte 0 fV dbsym r byte 10 c dbline FFFFFFFF 0 dbline F 0 dbline 10 0 dbli

spi.c

#include // change to the appropriate header file #include "spi.h" /* spi_init function should be generated using the AppBuilder */ /* ** SpiWriteByte() writes a byte to the

spi.h

/* ** Header file : spi.h */ #if defined(_AVR) /* SPI header for AVR */ #ifndef __SPI__H #define __SPI__H /* ** Constants for SpiInit() */ #define SPI_DATA_ORDER_MSB_FIRST 0x00

spi.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR F:\dujiang\费显动态LED屏\下位机程序\ FILE spi.c FUNC SpiWriteByte D8 fV BLOCK 15 D8 DEFREG byte 16 c LINE 15 D8 LINE 16 D8 LINE 17 DA LINE 17 DA LINE

spi.lis

.module spi.c .area text(rom, con, rel) 0000 .dbfile F:\dujiang\费显动态LED屏\下位机程序\spi.c 0000 .dbfunc e SpiWriteByt