代码搜索:timer0

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

代码结果 1,870
www.eeworm.com/read/261707/11627763

c zhixianpao.c

#include sbit P1_0=P1^0; sbit P1_1=P1^1; sbit P1_2=P1^2; sbit P1_3=P1^3; unsigned int i,j,k,l,m,x,yichu,dir,jinru; unsigned char deng,th,tl; void delay(void); void timer0(void
www.eeworm.com/read/261707/11627771

c zhixianpaobeifen2.c

#include sbit P1_0=P1^0; sbit P1_1=P1^1; sbit P1_2=P1^2; sbit P1_3=P1^3; unsigned int i,j,k,l,m,x,yichu,dir,jinru; unsigned char deng,th,tl; void delay(void); void timer0(void
www.eeworm.com/read/261707/11627777

c zhixianpaobeifen.c

#include sbit P1_0=P1^0; sbit P1_1=P1^1; sbit P1_2=P1^2; sbit P1_3=P1^3; unsigned int i,j,k,l,m,x,yichu; unsigned char deng,th,tl; void delay(void); void timer0(void) interrup
www.eeworm.com/read/339744/12206741

asm pc8253.asm

;FILENAME: PC8253.ASM ;内容: 定时器/计数器输出控制 TIM_CTL EQU 203H ;控制口地址 TIMER0 EQU 200H ;定时器/计数器0地址 TIMER1 EQU 201H ;定时器/计数器l地址 MODE02 EQU 35H ;T0
www.eeworm.com/read/339430/12236637

h 020_interrupt.h

#ifndef _020_INT_H_ #define _020_INT_H_ //中断向量表 //INT0 0 //TIMER0 1 //INT1 2 //TIMER1 3 //UART0 4 //TIMER2 5 //SPI0 6 //SMBUS0 7 //ADC0越限比较 8 //PCA0 9 //CP0下降沿 10
www.eeworm.com/read/4686/38416

c fixwidth.c

//fosc=10MHz,要求输出T=2.5s占空比为20%的脉冲。// //取10ms时基,中断方式。2.5s需求量250次中断,高电平为50次中断。// //时间常数=10*1000*10/12=8333// #include #define uchar unsigned char uchar time,period=250,high=50; timer0(
www.eeworm.com/read/4710/39368

c fixwidth.c

//fosc=10MHz,要求输出T=2.5s占空比为20%的脉冲。// //取10ms时基,中断方式。2.5s需求量250次中断,高电平为50次中断。// //时间常数=10*1000*10/12=8333// #include #define uchar unsigned char uchar time,period=250,high=50; timer0(
www.eeworm.com/read/7225/109731

c fixwidth.c

//fosc=10MHz,要求输出T=2.5s占空比为20%的脉冲。// //取10ms时基,中断方式。2.5s需求量250次中断,高电平为50次中断。// //时间常数=10*1000*10/12=8333// #include #define uchar unsigned char uchar time,period=250,high=50; timer0(
www.eeworm.com/read/7268/114474

c fixwidth.c

//fosc=10MHz,要求输出T=2.5s占空比为20%的脉冲。// //取10ms时基,中断方式。2.5s需求量250次中断,高电平为50次中断。// //时间常数=10*1000*10/12=8333// #include #define uchar unsigned char uchar time,period=250,high=50; timer0(
www.eeworm.com/read/13400/275759

c fixwidth.c

//fosc=10MHz,要求输出T=2.5s占空比为20%的脉冲。// //取10ms时基,中断方式。2.5s需求量250次中断,高电平为50次中断。// //时间常数=10*1000*10/12=8333// #include #define uchar unsigned char uchar time,period=250,high=50; timer0(