代码搜索:timer1
找到约 1,567 项符合「timer1」的源代码
代码结果 1,567
www.eeworm.com/read/431211/8699863
c f_13_15b_tmr1sqwave_good.c
#include "config.h"
#include "serial.c"
#include "serio.c"
#define HPERIOD 0x0100
unsigned int match;
// uses Timer1, compare & toggle mode to generate sq wave
#if defined(HI_TECH_C)
vo
www.eeworm.com/read/431209/8700349
c f_13_15b_tmr1sqwave_good.c
#include "config.h"
#include "serial.c"
#include "serio.c"
#define HPERIOD 0x0100
unsigned int match;
// uses Timer1, compare & toggle mode to generate sq wave
#if defined(HI_TECH_C)
vo
www.eeworm.com/read/159420/10650869
log cc_build_debug.log
----------------------------- timer1.pjt - Debug -----------------------------
"c:\ti\c5400\cgtools\bin\cl500" -g -q -fr"C:/ti/myprojects1/timer1/Debug" -i"../../c5400/dsk5402/include" -d"_DEBUG" -
www.eeworm.com/read/399198/6967765
asm keylcd.asm
;***************数码显示时钟程序
;RAM定义
;*************************
BIT_COUNT DATA 07FH
TIMER DATA 07EH
TIMER1 DATA 07DH
TEN DATA 07CH
TIMER3 DATA 07BH
www.eeworm.com/read/444876/7603925
c timer.c
#include "public.h"
void timer1() interrupt 1 using 3 //20ms
{
EA=0;
TH1=-20000/256;
TL1=-20000%256;
if(P1_7==0) //功能切换
if((m_cSettingF
www.eeworm.com/read/444112/1736421
asm t_int0.asm
;实验一、/INT0外部中断控制实验
;文件名称:INT0.ASM
TIMER0 EQU 30H
TIMER1 EQU 31H
;;====================================================================
ORG 0000H
JMP S
www.eeworm.com/read/288174/8649080
c ram.c
#include "RAM.H"
#include "OSD.H"
idata bit NonFullScreen;
idata unsigned short Timer1;
idata unsigned short Timer2;
idata unsigned short H_SYNC;
idata unsigned short V_SYNC;
idata unsigned s
www.eeworm.com/read/138817/13209442
c main.c
#include
#include
#include
#include
#include
#include
//define interrupt vector
#pragma interrupt_handler timer1:15
#pragma in
www.eeworm.com/read/487496/6514730
c isr_timer1.c
//************************timer1 interrupt subroutine************************
void isr_timer1()
{
push;
m_Flag0=m_Flag0|0x02; //SET F_IsrTimer1 _4f_1
switch (m_mode)
{
case 0:
{