代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.asm
;用户寄存器定义
SPI_DATA .usect ".data0",1 ;临时数据寄存器
SPI_FLAG .usect ".data0",1 ;SPI 标志位
SPI_CON .usect ".data0",1 ;MAX5741的控制字
DP_USER .set 5 ;用户寄存器存放页指针
;MAX5121 的控制字宏定义
DACOUT .s
spi.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\lp\2407new\2407asm\4SPI\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Comp
spi.inc
.DEF _counter512=R4
__counter512:
.DW 0x4
.DW 0x2
.DW 0xFF
.DEF _bytecount=R6
.DEF _inbuf=R7
.DEF _address_byte=R8
.DEF _LCDcounter=R9
.DEF _lastbyte=R10
.DEF _MTasklineno=R11
spi.map
CodeVisionAVR C Compiler V1.24.0 Standard
(C) Copyright 1998-2003 HP InfoTech s.r.l.
http://www.hpinfotech.ro
e-mail:office@hpinfotech.ro
File: D:\KK's Project\Fireman Intercom\Coding\SPI testin
spi.vec
;INTERRUPT VECTORS
RJMP __RESET
RJMP 0
RJMP 0
RJMP 0
RJMP _timer2_ovf_isr
RJMP 0
RJMP 0
RJMP 0
RJMP _timer1_overflow
RJMP 0
RJMP 0
RJMP _usart_rxc_isr
RJMP 0
RJMP _usart_
spi.c~
/*********************************************
This program was produced by the
CodeWizardAVR V1.24.0 Standard
Automatic Program Generator
spi.cwp
[CodeWizard]
Toolset=AVR
[Chip]
Type=ATmega8535
CPUClock=14.7456
XTALDivEnabled=0
XTALDivValue=2
XTALDivIndex=-1
ResetAfterBtnActivation=0
BatteryLowHysteresis=0
BatteryLowThresholds=-1
XRA