代码搜索:timer0

找到约 1,870 项符合「timer0」的源代码

代码结果 1,870
www.eeworm.com/read/258684/4352076

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/193551/8218385

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/394265/8239564

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/394265/8239722

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/392486/8340443

c f2812_cantx.c

//========================================================================== // // 文件名称: F2812_CANTX.c // // 功能描述: DSP28 CAN 传输测试 // CPU Timer0 ISR周期 50 ms // 看门狗使能,在主循环中处理 //
www.eeworm.com/read/412795/11182322

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/286151/8786833

_c timer._c

//TIMER0 initialize - prescale:8 // WGM: Normal // desired value: 10KHz // actual value: 10.000KHz (0.0%) # include "iom16v.h" # include "LCDFun.h" # include "macros.h" extern void DisplayNum
www.eeworm.com/read/286151/8786902

c timer.c

//TIMER0 initialize - prescale:8 // WGM: Normal // desired value: 10KHz // actual value: 10.000KHz (0.0%) # include "iom16v.h" # include "LCDFun.h" # include "macros.h" extern void DisplayNum
www.eeworm.com/read/352211/10574848

h timebase.h

#ifndef timebase_h_ #define timebase_h_ #include // timebase on timer0 serves a 10ms tick // for 8MHz System and Prescaler 64 #define TIMEBASE_PRESCALE (64) #define TIMEBASE_HIT
www.eeworm.com/read/204828/7102971

h timebase.h

#ifndef timebase_h_ #define timebase_h_ #include // timebase on timer0 serves a 10ms tick // for 8MHz System and Prescaler 64 #define TIMEBASE_PRESCALE (64) #define TIMEBASE_HIT