代码搜索:timer0
找到约 1,870 项符合「timer0」的源代码
代码结果 1,870
www.eeworm.com/read/35443/894215
h timer0.h
/*********************************************************************
* Copyright (c) 2011-2012,李士伟
* All rights reserved.
*文 件 名:timer0.h
*描 述:timer0驱动头文
www.eeworm.com/read/232817/4696139
h timer_conf.h
#ifndef _TIMER_CONF_H
#define _TIMER_CONF_H
// careful with these defines that is a zero not an O.
// the second number is a divesor on the clock source
// read them as: Timer0 clock/##
#define
www.eeworm.com/read/395879/8147135
lis timer0.lis
.module timer0.c
.area text(rom, con, rel)
0000 .dbfile F:\WORKS\AVRSIM~1\TIMER0~1\timer0.c
.area data(ram
www.eeworm.com/read/149506/12370328
h define.h
/* timer0 11.0592MHZ*/
//#define TM10MS_H 0xdb
//#define TM10MS_L 0xff
/*timer2*/
//#define TM5MS_H 0xed
//#define TM5MS_L 0xff
/* 20MHZ timer0 */
#define TM10MS_H 0xbe
#define TM10M
www.eeworm.com/read/435796/7784166
c main3.c
#include
/***************Function prototype declaration**************/
void comm_init(void);
void delay(unsigned long );
void check_rx_data(void);
/***************TIMER0 INTERRUPT S
www.eeworm.com/read/320380/13427794
lis timer0.lis
.module Timer0.C
.area text(rom, con, rel)
0000 .dbfile F:\Learn\AVR\Pro_Mega8\Timer\Timer0/Delay.h
0000 .dbfun
www.eeworm.com/read/315419/13544334
bas yykk_005.bas
$regfile = "m16def.dat"
$crystal = 8000000
'$baud = 9600
Config Timer0 = Timer , Prescale = 8
Dim Timecount As Word : Timecount = 0
Config Adc = Single , Prescaler = Auto , Reference =
www.eeworm.com/read/401210/11561337
txt readme.txt
8051 Pulse Width Measurement Example
This example program shows how to compute the width of a pulse using timer0 in mode 1. Port 3.2 is used as an external gate for the timer. An interrupt is used to
www.eeworm.com/read/401210/11561810
txt readme.txt
8051 Pulse Width Measurement Example
This example program shows how to compute the width of a pulse using timer0 in mode 1. Port 3.2 is used as an external gate for the timer. An interrupt is used to
www.eeworm.com/read/228696/14366403
txt readme.txt
8051 Pulse Width Measurement Example
This example program shows how to compute the width of a pulse using timer0 in mode 1. Port 3.2 is used as an external gate for the timer. An interrupt is used to