代码搜索:timer1

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

代码结果 1,567
www.eeworm.com/read/27836/867897

asm 接收.asm

ORG 0000H MOV SP,#70 ;设置堆栈 MOV SCON,#50H ;UART工作在MODE1 MOV TMOD,#20H ;TIMER1工作在MODE2 MOV TH1,#0F3H ;波特率为2400 SETB
www.eeworm.com/read/444112/1736384

asm t8255.asm

;实验六 、 8255 A口、B口、C口输出方波 ;文件名称: 8255_1.ASM ;程序清单 NAME T8255_1 $NOLIST $INCLUDE (LJD_2008.INC ) $LIST ; PUBLIC TIMER0,TIMER1 ; EXTRN CODE (DELAY) EXTRN CODE (DELAY01) EXTRN
www.eeworm.com/read/295311/8170536

asm job2.asm

;接口与数据定义 DATA_IN EQU 28H DATA_OUT EQU 29H CHR EQU 2CH ;频道号 BIT_COUNT EQU 40H TIMER EQU 41H TIMER1 EQU 42H GEW EQU 43H
www.eeworm.com/read/295017/8189844

c timesr.c

#include "2410addr.h" #include "2410lib.h" #include "timer.h" int l=0; void __irq timer1(void); void time1nit(void) { rTCFG0=0x64; //prescaler = 100,预分频值 rTCFG1=0x10;//divid
www.eeworm.com/read/162745/10277037

c codectest.c

#include "type.h" #include "board.h" #include "stdio.h" #include "timer.h" #include "mcbsp54.h" #include "codec.h" //Tms320vc5402 have two timer--TIM0:timer0 TIM1:timer1 #define TIM0 0 #define
www.eeworm.com/read/159423/10650623

c board.c

#include "type.h" #include "board.h" #include #include "timer.h" //Tms320vc5402 have two timer--TIM0:timer0 TIM1:timer1 #define TIM0 0 #define TIM1 1 //define clkmd register initi
www.eeworm.com/read/159420/10650876

c timer.c

#include "type.h" #include "board.h" #include #include "timer.h" //Tms320vc5402 have two timer--TIM0:timer0 TIM1:timer1 #define TIM0 0 #define TIM1 1 //define clkmd register initi
www.eeworm.com/read/444880/7603862

c timer.c

#include "public.h" //void timer0() interrupt 1 using 3 //50ms void timer1() interrupt 3 using 2 //定时器1的中断服务程序入口为中断3 { EA=0; TH1=-20000/256; TL1=-20000%256; if(time_5
www.eeworm.com/read/444878/7603895

c timer.c

#include "public.h" //void timer0() interrupt 1 using 3 //50ms void timer1() interrupt 3 using 2 //定时器1的中断服务程序入口为中断3 { EA=0; TH1=-20000/256; TL1=-20000%256; if(time_5
www.eeworm.com/read/242161/13091483

c timer.c

#include "switch_power.h" void T0T1_Init(void) { TCON = 0x00; TMOD = 0x22;//timer0 and timer 1 all use mode 2 8-bit counter/timer with auto-reload CKCON &= 0xf4;//timer1 use system cl