代码搜索结果
找到约 16,769 项符合
SPI 的代码
spi.err
"spi.c", line 200: Warning: C2870W: variable 'i' declared but not used
"spi.c", line 242: Warning: C2917W: no side effect in void context: 'unary *'
"spi.c", line 302: Warning: C2870W: variabl
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.c
/*
Module Name: SPI.CPP
Abstract: SPI Interface Routines for Samsung SC2410 CPU
Notes: Presently, only the SPI Channel 0 is supported.
Environment: Samsung SC2410 CPU
Date: 2004
spi.lst
1 .file "spi.c"
2 .arch atmega32
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
spi.o.d
obj/spi.o: spi.c C:/WinAVR/avr/include/avr/io.h \
C:/WinAVR/avr/include/avr/sfr_defs.h C:/WinAVR/avr/include/inttypes.h \
C:/WinAVR/avr/include/stdint.h C:/WinAVR/avr/include/avr/iom32.h \
C:
spi.h
//-------------------------------------------------------------------------
// SPI interface initializer
void spiInit(void);
//----------------------------------------------------------------------
spi.dp2
spi.o: D:\avrmcu\AT980/iom163.h C:/ICC/include/macros.h
spi.plg
礦ision3 Build Log
Project:
F:\My Workroom\Projects\SPI\Keil\接收主机.uv2
Project File Date: 04/22/2007
Output:
Build target 'Target 1'
compiling
spi.lnp
"SPI_Main.obj"
TO "SPI"
RAMSIZE(256)
spi.asm
;------------------------------------------------------------------------------+
; |
; Module SPI