代码搜索结果
找到约 5,266 项符合
DAC 的代码
dac.merge.rpt
Partition Merge report for DAC
Sat Aug 08 18:18:11 2009
Quartus II Version 8.1 Build 163 10/28/2008 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Leg
dac.fit.rpt
Fitter report for DAC
Sat Aug 08 18:18:21 2009
Quartus II Version 8.1 Build 163 10/28/2008 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
dac.h
#ifndef DAC_H
#define DAC_H
extern void init_dac(void);
// set a certain value:
extern void dac(int value);
#endif
dac.c
#include
#include "avr_compat.h"
// dac takes an int instead of unsigned int to avoid conversion
// from the datatypes in analog.c but you can only use the positive values.
void dac(int v
dac.o.d
dac.o: ../dac.c e:/avr/winavr/lib/gcc/../../avr/include/avr/io.h \
e:/avr/winavr/lib/gcc/../../avr/include/avr/sfr_defs.h \
e:/avr/winavr/lib/gcc/../../avr/include/inttypes.h \
e:/avr/winavr/
dac.s
.module DAC.c
.area text(rom, con, rel)
.dbfile C:\icc\examples.avr\mypractice\DAC_prj\DAC.c
.dbfunc e delay _delay fV
; i -> R20,R21
; j -> R22,R23
; m
dac.o
XL
H 1 areas A global symbols
M DAC.c
S push_gset2 Ref0000
S push_gset3 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
A text size 15C flags 0
dbfile C:\icc\examples.avr\mypractice\DAC_prj\DA
dac.lk
DAC.o
dac.dbg
VERSION 1.0
CPU AVR
DIR C:\icc\examples.avr\mypractice\DAC_prj\
FILE DAC.c
FUNC delay 40 fV
BLOCK 8 42
DEFREG i 20 i
DEFREG j 22 i
DEFREG ms 16 i
LINE 8 42
LINE 10 42
LINE 11 48
LINE 12 48
dac.dp2
DAC.o: C:/icc/include/iom16v.h C:/icc/include/macros.h