代码搜索:电压基准

找到约 3,921 项符合「电压基准」的源代码

代码结果 3,921
www.eeworm.com/read/459951/7261395

asm 数控电压源.asm

ORG 0000H AJMP MAIN ORG 0030H MAIN: MOV DPTR,#7FFFH ;置DAC0832入口地址 MOV R0,#00H ;置初时值 SAO: JNB P1.0,JIA JNB P1.1,JIAN AJMP SAO JIA: INC R0 MOV A,R0 CJNE
www.eeworm.com/read/456941/7336563

lis 取得电压函数.lis

.module _取得电压函数.c .area text(rom, con, rel) 0000 .dbfile E:\xiaozhiyong2009\设计资料\项目设计\mega8_C语言常用程序\ICCAVR_mega8_取得电压函数\取得电压函数.c
www.eeworm.com/read/456941/7336564

lst 取得电压函数.lst

__start: __text_start: 1B E5CF LDI R28,0x5F 1C E0D4 LDI R29,4 1D BFCD OUT 0x3D,R28 1E BFDE OUT 0x3E,R29 1F 51CE SUBI R28,0x1E 20 40D
www.eeworm.com/read/456941/7336565

dbg 取得电压函数.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.2 CPU AVR FRAMEPOINTER Y DIR E:\xiaozhiyong2009\设计资料\项目设计\mega8_C语言常用程序\ICCAVR_mega8_取得电压函数\ FILE 取得电压函数.c FUNC port_init 7A fV BLOCK 9 7A LINE 9 7A LINE 10
www.eeworm.com/read/456941/7336566

src 取得电压函数.src

[Files] 取得电压函数.c [Headers] [Documents]
www.eeworm.com/read/456941/7336567

s 取得电压函数.s

.module _取得电压函数.c .area text(rom, con, rel) .dbfile E:\xiaozhiyong2009\设计资料\项目设计\mega8_C语言常用程序\ICCAVR_mega8_取得电压函数\取得电压函数.c .dbfunc e port_init _port_init fV .even _port_init:: .dbline -1
www.eeworm.com/read/456941/7336568

_c 取得电压函数._c

//ICC-AVR application builder : 2009-3-10 14:59:10 // Target : M8 // Crystal: 8.0000Mhz #include #include void port_init(void) { PORTB = 0x00; DDRB = 0x00; PORTC