代码搜索:timer0

找到约 1,870 项符合「timer0」的源代码

代码结果 1,870
www.eeworm.com/read/359725/2973657

c timer0.c

#include #include "Common.h" #include "System.h" #include "timer0.h" #ifdef TIMER0 #define OSDTIME 12500//4000//12500 //25000 //100000 //0x00FF #define COLORCALTIME 0x0010 #
www.eeworm.com/read/355410/3053552

c timer0.c

#include #include "Common.h" #include "System.h" #include "timer0.h" #ifdef TIMER0 #define OSDTIME 12500//4000//12500 //25000 //100000 //0x00FF #define COLORCALTIME 0x0010 #
www.eeworm.com/read/414690/11106333

_c timer._c

//ICC-AVR application builder : 2008-7-29 14:35:46 // Target : M8 // Crystal: 4.0000Mhz #include "confg.h" unsigned int i=0,count=0,flag=0; int number; //TIMER0 initialisation - prescale:102
www.eeworm.com/read/414690/11106344

bak timer.c.bak

//ICC-AVR application builder : 2008-7-29 14:35:46 // Target : M8 // Crystal: 4.0000Mhz #include "confg.h" unsigned int i=0,count=0,flag=0; int number; //TIMER0 initialisation - prescale:102
www.eeworm.com/read/414690/11106375

c timer.c

//ICC-AVR application builder : 2008-7-29 14:35:46 // Target : M8 // Crystal: 4.0000Mhz #include "confg.h" unsigned int i=0,count=0,flag=0; int number; //TIMER0 initialisation - prescale:102
www.eeworm.com/read/386701/8731415

asm t4.asm

;PROGRAM NAME:T4.ASM ;TEST TIMER0 MODE 1:16 BIT COUNT UP ; COUNT EQU 87 CHECK_BIT REG P3.2 ; ORG 0 MOV R0,#00H DJNZ R0,$ ;WAIT CLR CH
www.eeworm.com/read/468019/6997999

c interruptfunction.c

#include unsigned char buff[1]={0}; /*void timer0(void) interrupt 1 using 1//--中断 { static unsigned char value=0; TL0=5000%256; TH0=5000/256; buff[0]=buff[0]+1; value++; swi
www.eeworm.com/read/441678/7666893

asm ch10_t5.asm

;PROGRAM NAME:T5.ASM ;TEST TIMER0 MODE 1:16 BIT COUNT UP ; MS_100 EQU 30H COUNT EQU 9217 ;10ms FOR XTAL=11.0592MHz CHECK_BIT REG P3.2 ; ORG 0
www.eeworm.com/read/297035/8058669

asm t4.asm

;PROGRAM NAME:T4.ASM ;TEST TIMER0 MODE 1:16 BIT COUNT UP ; COUNT EQU 87 CHECK_BIT REG P3.2 ; ORG 0 MOV R0,#00H DJNZ R0,$ ;WAIT CLR CH
www.eeworm.com/read/322606/13373035

_c mock_uart._c

//模拟串口通讯 #include"include.h" #define TX_LO() PORTD &= ~(1