代码搜索:timer0
找到约 1,870 项符合「timer0」的源代码
代码结果 1,870
www.eeworm.com/read/359102/10165909
c interrupt.c
#include
#include "define.h"
#include "command.h"
void Timer0() interrupt 1
{
static unsigned int n = 0;
T0_DISABLE;
if(n
www.eeworm.com/read/356376/10229112
c t0_m3_t_gs.c
/**
* @file $RCSfile: t0_m3_t_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 3.
www.eeworm.com/read/353310/10455709
c main.c
#include "TestSerial.h" // SFR declarations
#include "serial.h"
#include "serial1.h"
#include "SoftUart.h"
#define TIMER0 1000 //1000us
#define TIMER0_COUNT SYSCLK/1000*TIMER
www.eeworm.com/read/440764/7681792
c 定时器0.c
/*copyright 2007,ShangHai HaoTun Electronic Technology co.,Ltd
*
*This sample is used for Timer0 16bit timer mode.
*
*write by Shifang 2007-4-26
*
*V1.1
*/
#include
sbit
www.eeworm.com/read/440764/7681847
c tim2.c
/*copyright 2007,ShangHai HaoTun Electronic Technology co.,Ltd
*
*This sample is used for Timer0 16bit timer mode.
*
*write by Shifang 2007-4-26
*
*V1.1
*/
#include
sbit
www.eeworm.com/read/239173/13299974
c main.c
#include "TestSerial.h" // SFR declarations
#include "serial.h"
#include "serial1.h"
#include "SoftUart.h"
#define TIMER0 1000 //1000us
#define TIMER0_COUNT SYSCLK/1000*TIMER
www.eeworm.com/read/142913/5761653
c main.c
#include "TestSerial.h" // SFR declarations
#include "serial.h"
#include "serial1.h"
#include "SoftUart.h"
#define TIMER0 1000 //1000us
#define TIMER0_COUNT SYSCLK/1000*TIMER
www.eeworm.com/read/491147/6440996
c f2812_cantx.c
//==========================================================================
//
// 文件名称: F2812_CANTX.c
//
// 功能描述: DSP28 CAN 传输测试
// CPU Timer0 ISR周期 50 ms
// 看门狗使能,在主循环中处理
//
www.eeworm.com/read/403602/11514352
c f2812_cantx.c
//==========================================================================
//
// 文件名称: F2812_CANTX.c
//
// 功能描述: DSP28 CAN 传输测试
// CPU Timer0 ISR周期 50 ms
// 看门狗使能,在主循环中处理
//
www.eeworm.com/read/256979/11962388
c main.c
#include "TestSerial.h" // SFR declarations
#include "serial.h"
#include "serial1.h"
#include "SoftUart.h"
#define TIMER0 1000 //1000us
#define TIMER0_COUNT SYSCLK/1000*TIMER