代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/483453/6606621
c timer.c
// *******************************************
// *******************************************
#include "timer.h"
#include "mcu.h"
unsigned char th0_def;
unsigned int timer_tick;
xdata char timer_
www.eeworm.com/read/483453/6606627
h timer.h
// *******************************************
// *******************************************
#ifndef _TIMER_H
#define _TIMER_H
#include "mcu.h"
/* for 14.7456MHz crystal */
#define TINTVAL_8MS
www.eeworm.com/read/483453/6606628
obj timer.obj
www.eeworm.com/read/482776/6611931
c timer.c
www.eeworm.com/read/482783/6612168
c timer.c
#include "timer.h"
#include
#include
volatile unsigned char ftimer2ms_ok, ftimer10ms_ok, ftimer1s_ok;
unsigned char timer1s_count;
void timer_init(void)
{
TCCR0 = (1
www.eeworm.com/read/482783/6612170
c~ timer.c~
#include "timer.h"
#include
#include
volatile unsigned char ftimer2ms_ok, ftimer10ms_ok, ftimer1s_ok;
unsigned char timer1s_count;
void timer_init(void)
{
TCCR0
www.eeworm.com/read/482783/6612171
h timer.h
#ifndef _TIMER_LXF_H
#define _TIMER_LXF_H
#define FOSC (11059200UL)
#define N 256
/*
* 本模块使用说明:
* 调用timer_init()初始化定时器资源后,查询时间标志
*/
extern volatile unsigned char ftimer2ms_ok;
extern vola
www.eeworm.com/read/482813/6613645
frm timer.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "timer"
ClientHeight = 1575
ClientLeft = 60
ClientTop = 345
ClientWidth = 2340
LinkTopic
www.eeworm.com/read/482813/6613646
vbp timer.vbp
Type=Exe
Form=timer.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\STDOLE2.TLB#OLE Automation
Startup="Form1"
Command32=""
Name="Project1"
HelpContextID="0"
Com