代码搜索:Timer0
找到约 1,870 项符合「Timer0」的源代码
代码结果 1,870
www.eeworm.com/read/292634/8343874
pjt timer0.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\MYDSP\F28335\C\TIMER0\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compil
www.eeworm.com/read/27197/980428
asm 频率测量.asm
;频率测量0-9999Hz
;T0计时1s,T1计数放入R2、R3中
ORG 0000H ;程序起始地址
AJMP MAIN ;跳转至MAIN
ORG 000BH ;定时/计数器T0溢出中断矢量地址
LJMP TIMER0 ;跳转至TIMER0
ORG 001BH ;定时/计数器T1溢出中断矢量地址
LJM
www.eeworm.com/read/441678/7666666
asm ch11_intr1.asm
;PROGRAM NAME:INTR1.ASM
;TEST TIMER0 INTERRUPT(MODE 1)
;
COUNT EQU 9217 ;10ms FOR XTAL=11.0592MHz
CHK_BIT REG P3.2
;
ORG 0000H
www.eeworm.com/read/383940/2609340
nc testsht11c.nc
#include "Sensor_Sht11.h"
#include "Timer.h"
module TestSht11C
{
uses interface Boot;
uses interface Timer as Timer0;
uses interface Read as Temperature;
uses in
www.eeworm.com/read/412770/11185829
asm vectors.asm
.title "vectors" ; show the title for the asm file
.ref _c_int00
.ref _timer0
.sect ".vectors"
rset .ivec _c_int00
nmi .ivec no_isr
int0 .ivec no_isr
i
www.eeworm.com/read/389635/8510257
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/283990/8972497
h mcu.h
#ifndef _MCU_H_
#define _MCU_H_
extern code unsigned char KeyTab[];
#define CPU_CLK 12000000*2//unit Mhz
void InitMCU(void);
void Timer0(void);
void Sleep(unsigned short);
void WaitSetup
www.eeworm.com/read/283986/8972903
h mcu.h
#ifndef _MCU_H_
#define _MCU_H_
extern code unsigned char KeyTab[];
#define CPU_CLK 12000000*2//unit Mhz
void InitMCU(void);
void Timer0(void);
void Sleep(unsigned short);
void WaitSetup
www.eeworm.com/read/381421/9093484
h mcu.h
#ifndef _MCU_H_
#define _MCU_H_
extern code unsigned char KeyTab[];
void InitMCU(void);
//void Timer0(void);
void Sleep(unsigned short time);
void CheckKey(void);
void LED_GrnOn(void);
vo
www.eeworm.com/read/371442/9552997
h mcu.h
#ifndef _MCU_H_
#define _MCU_H_
extern code unsigned char KeyTab[];
#define CPU_CLK 12000000*2//unit Mhz
void InitMCU(void);
void Timer0(void);
void Sleep(unsigned short);
void WaitSetup