代码搜索:Timer0

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

代码结果 1,870
www.eeworm.com/read/195716/8134377

c adc.c

#include "ADC.h" #include #include #include double ADCresmV; void main(void) { SoftwareTimer_t *ptr2Timer = &softTimer[0]; unsigned int ADCresult; init
www.eeworm.com/read/326278/13151931

h reg5402.h

unsigned int *pmem=0; /* timer 0 */ #define PRD0 *(pmem+0x0025) /* timer0 period register */ #define TCR0 *(pmem+0x0026) /* timer0 control register */ /* timer 1 */ #define PRD1 *(
www.eeworm.com/read/138043/13270269

c timer.c

//ICC-AVR application builder : 2005-2-24 22:21:34 // Target : M8 // Crystal: 8.0000Mhz #include #include int i; // 初始化timer0, 1 ms void timer0_init(void) { TCC
www.eeworm.com/read/316082/13530662

c spi_ee_f30x.c

//----------------------------------------------------------------------------- // SPI_EE_F30x.c //----------------------------------------------------------------------------- // Copyright 2001 Cy
www.eeworm.com/read/304476/13793461

c text1.c

#include #include Uart_Init(); main() { Uart_Init(); ET0=1; /* 打开定时器0中断 */ EA=1; /* 全局中断允许 */ PT0=0; /* INT0为低优先级 */ TMOD=0x00; TF0=1; TR0=1; while(1); /* 无限循环
www.eeworm.com/read/207069/6298202

h reg5402.h

unsigned int *pmem=0; /* timer 0 */ #define PRD0 *(pmem+0x0025) /* timer0 period register */ #define TCR0 *(pmem+0x0026) /* timer0 control register */ /* timer 1 */ #define PRD1 *(
www.eeworm.com/read/494299/6381955

h pwm_servos.h

/* * Filename : pwm_servos.h * Hardware : Controller -> P89V51RD2 * XTAL -> 18.432 MHz * Mode -> 6 Clock/MC * I/O : P1.4 -> Left (PWM-CEX1)
www.eeworm.com/read/406246/11446465

c time0.c

//********************************************************** //** 定时器0中断程序 ** //** 单片机: STC12C5410AD 主频: 24MHz ** //** Jumping
www.eeworm.com/read/256661/11980228

asm music.asm

TEMP_LOW EQU 30H TEMP_HIGH EQU 31H ORG 00H JMP START ORG 0BH JMP TIMER0_INT O
www.eeworm.com/read/342633/12008223

c text1.c

#include #include Uart_Init(); main() { Uart_Init(); ET0=1; /* 打开定时器0中断 */ EA=1; /* 全局中断允许 */ PT0=0; /* INT0为低优先级 */ TMOD=0x00; TF0=1; TR0=1; while(1); /* 无限循环