代码搜索:Timer0
找到约 1,870 项符合「Timer0」的源代码
代码结果 1,870
www.eeworm.com/read/458864/7287565
h timer.h
/*++
Copyright (c) 2001 Sunplus Technology Co., Ltd.
Module Name:
timer.h
Abstract:
Header file related to timer functions
Environment:
Keil C51 Compiler
www.eeworm.com/read/458864/7288003
h timer.h
/*++
Copyright (c) 2001 Sunplus Technology Co., Ltd.
Module Name:
timer.h
Abstract:
Header file related to timer functions
Environment:
Keil C51 Compiler
www.eeworm.com/read/458549/7294697
c f53xa_timer0_two_8bittimers.c
//-----------------------------------------------------------------------------
// F53xA_Timer2_two_8bitTimers.c
//-----------------------------------------------------------------------------
// C
www.eeworm.com/read/458420/7296735
c f02x_timer0_two_8bittimers.c
//-----------------------------------------------------------------------------
// F02x_Timer0_two_8bitTimers.c
//-----------------------------------------------------------------------------
// Co
www.eeworm.com/read/458095/7313303
bak drv_ledtimer.c.bak
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1999 *
* *
* File name: drv_16timer.c *
* This is 16b
www.eeworm.com/read/458095/7313306
c drv_ledtimer.c
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1999 *
* *
* File name: drv_16timer.c *
* This is 16b
www.eeworm.com/read/449775/7496484
c t3.c
#include "reg51.h"
sbit P1_0=P1^0;
void Timer0() interrupt 1
{ static Count=0;/*静态变量计数器*/
Count++; /*每次中断计数器加1*/
if(Count>=20) /*如果计数器超过20*/
{ P1_0=!P1_0; /*取返P1.0*/
Count=0; /*计数器清零*/
www.eeworm.com/read/449775/7496505
c t4.c
#include "reg51.h"
sbit P1_0=P1^0;
sbit P1_1=P1^1;
void Timer0() interrupt 1
{ static Count1=0;
static Count2=0;/*静态变量计数器*/
Count1++; /*每次中断计数器加1*/
Count2++;
if(Count1>=10) /*如果计数器超过20*
www.eeworm.com/read/444951/7602236
asm 52蜂鸣器奏乐《生日快乐》(汇编语言).asm
;本程序实现蜂鸣器演奏歌曲功能
;乐曲名称:生日快乐
;///////////////////////////////////////////
BUZZER EQU p2.0
org 0000h ;主程序起始地址
mov sbuf,#00000000b ;防止连接点阵的8P排线没有取掉,导致无法发声
ajmp main ;跳至主程序
org 000bh ;tim
www.eeworm.com/read/444901/7603577
asm 52蜂鸣器奏乐《生日快乐》(汇编语言).asm
;本程序实现蜂鸣器演奏歌曲功能
;乐曲名称:生日快乐
;///////////////////////////////////////////
BUZZER EQU p2.0
org 0000h ;主程序起始地址
mov sbuf,#00000000b ;防止连接点阵的8P排线没有取掉,导致无法发声
ajmp main ;跳至主程序
org 000bh ;tim