代码搜索:timer1

找到约 1,567 项符合「timer1」的源代码

代码结果 1,567
www.eeworm.com/read/206198/15298749

_h t1._h

//TIMER1 initialize - prescale:1 // WGM: 0) Normal, TOP=0xFFFF char TCOV1=0; void timer1_init(void) { TCCR1B = 0x00; //stop TCNT1H = 0xB1; //setup TCNT1L = 0xE0; OCR1AH = 0x4E; OCR1AL =
www.eeworm.com/read/8202/143066

plg timer-led.plg

礦ision3 Build Log Project: D:\study\第 01 篇 基础部分\31 TIMER0与TIMER1控制条形LED\code\timer-led.uv2 Project File Date: 08/10/2009 Output: Build target
www.eeworm.com/read/10871/192117

plg timer-led.plg

礦ision3 Build Log Project: D:\study\第 01 篇 基础部分\31 TIMER0与TIMER1控制条形LED\code\timer-led.uv2 Project File Date: 08/10/2009 Output: Build target
www.eeworm.com/read/13765/282538

d timer16.d

timer16.o: ..\COMMON\SRC\TIMER16.C timer16.o: ..\Common\inc\LPC11xx.h timer16.o: ..\Common\inc\core_cm0.h timer16.o: D:\Keil\ARM\RV31\INC\stdint.h timer16.o: ..\Common\inc\system_LPC11xx.h timer1
www.eeworm.com/read/25308/846836

plg 定时器1.plg

礦ision2 Build Log Project: E:\Study-3_program\2_定时器应用\timer1\定时器1.uv2 Project File Date: 01/29/2007 Output: Build target 'Target 1' compiling
www.eeworm.com/read/444112/1736396

asm dfz.asm

; 实验八: 多分支转移实验程序 ;文件名称: DFZ.ASM TIMER0 EQU 30H TIMER1 EQU 31H ORG 0000H FZCX: MOV A,20H MOV DPTR,#TAB1 ;散转的首地址 RL A JMP @A+DPTR TAB1: AJMP FZ0 ; 0 字循环 AJMP
www.eeworm.com/read/444112/1736416

asm cpu_io1.asm

;实验一、P1口亮灯实验 ;文件名称: CPU_IO1.ASM TIMER0 EQU 30H TIMER1 EQU 31H ORG 0000H START: PUSH ACC PUSH B MOV B,#08H ;移动 8 次 MOV A,#11111110B ;单一灯向左移 LOOP$: MOV
www.eeworm.com/read/170946/9778723

txt qin.txt

Timer_ctl equ7FFFh Timer0 equ 7CFFh Timer1 equ 7DFFh Timer 2 equ 7EFFh ;设置地址 Tmode3_0 equ 00110110b Tmode2_1 equ 01110100b Tmode2_2 equ 10110100b ;设置控制字 org 0000h ajmp
www.eeworm.com/read/334111/12632647

asm pcclkled.asm

;FILENAME: PCCLKLED.ASM ;内容: LED时间显示 INTA00 EQU 20H INTA01 EQU 21H PORTSEG EQU 211H PORTBIT EQU 210H TIMER0 EQU 200H TIMER1 EQU 201H TIMECT EQU 203H MOD03 EQU 37H MOD13 EQU
www.eeworm.com/read/168861/9891259

c time33.c

#include sbit P1_0=P1^0; sbit P1_7=P1^7; timer0() interrupt 1 using 1 { P1_0=!P1_0; TH0=(65536-50000)/256; TL0=(65536-50000)%256; } timer1() interrupt 3 using 2 { P1_7=!P1_7