代码搜索:Timer0
找到约 1,870 项符合「Timer0」的源代码
代码结果 1,870
www.eeworm.com/read/384437/8868771
c spi_ee_f30x.c
//-----------------------------------------------------------------------------
// SPI_EE_F30x.c
//-----------------------------------------------------------------------------
// Copyright 2001 Cy
www.eeworm.com/read/375770/9349849
c init.c
#include "../header/init.h"
/***********************************************
函 数: Initialisation_MCU
功 能: 初始化MCU内部资源
输 入: /
输 出: /
描 述: /
***********************************************/
www.eeworm.com/read/373596/9448961
lst timer0.lst
C51 COMPILER V7.05 TIMER0 08/18/2007 19:56:59 PAGE 1
C51 COMPILER V7.05, COMPILATION OF MODULE TIMER0
OBJECT MODULE PLACED IN
www.eeworm.com/read/166014/10041150
c time.c
//文件名:Time.c
//功能: 定时器Timer0的初始化以及定时器中断函数和延时函数
//更多内容,敬请访问www.icdev.com.cn/bbs
#include
#include "Timer.h"
long timeval; //延时用的全局变量
/*************
www.eeworm.com/read/166014/10041245
c time.c
//文件名:Time.c
//功能: 定时器Timer0的初始化以及定时器中断函数和延时函数
//更多内容,敬请访问www.icdev.com.cn/bbs
#include
#include "Timer.h"
long timeval; //延时用的全局变量
/*************
www.eeworm.com/read/165950/10044613
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/351554/10640458
c t0_m1_c_gs.c
/**
* @file $RCSfile: t0_m1_c_gs.c,v $
*
* Copyright (c) 2004 Atmel.
*
* Please read file license.txt for copyright notice.
*
* @brief This file is an example to use timer0 in mode 1.
www.eeworm.com/read/351552/10640786
c t0_m1_c_gh.c
/**
* @file $RCSfile: t0_m1_c_gh.c,v $
*
* Copyright (c) 2004 Atmel.
*
* Please read file license.txt for copyright notice.
*
* @brief This file is an example to use timer0 in mode 1.
www.eeworm.com/read/351547/10641077
c t0_m0_c_gs.c
/**
* @file $RCSfile: t0_m0_c_gs.c,v $
*
* Copyright (c) 2004 Atmel.
*
* Please read file license.txt for copyright notice.
*
* @brief This file is an example to use timer0 in mode 0.
www.eeworm.com/read/420687/10780939
c main.c
//************************************************************
//Copyright(C)2008,桂林电子科技大学电子工程学院科技协会
// 主函数测试源文件
//文件名称:main.c
//文件标识:(内参)
//摘 要:
// 1.硬件参考作品 -- (ADC_0809 数字电压表);
/