代码搜索:timer0
找到约 1,870 项符合「timer0」的源代码
代码结果 1,870
www.eeworm.com/read/146356/12657057
asm intr3.asm
;PROGRAM NAME:INTR3.ASM
;TEST TIMER0 INTERRUPT(MODE 1)
;
COUNT EQU 9217 ;10mS FOR XTAL=11.0592MHz
;
CHK_BIT REG P3.2
DIGIT1 REG P1.4
DIGIT2 REG P1.5
LED REG P3.7
www.eeworm.com/read/300522/13907689
asm cvectors.asm
DRR11A .set 0x41
DXR11A .set 0x43
.ref _timer0
.ref _c_int00
.sect ".vectors"
rs: BD _c_int00
nop
nop
nmi: rete ;NMI, SINT16
nop
NOP
NOP
sint17: BD _c
www.eeworm.com/read/300519/13907869
asm cvectors.asm
DRR11A .set 0x41
DXR11A .set 0x43
.ref _timer0
.ref _c_int00
.ref _int3
.sect ".vectors"
rs: BD _c_int00
nop
nop
nmi: rete ;NMI, SINT16
nop
NOP
NOP
si
www.eeworm.com/read/300227/13926373
asm cvectors.asm
DRR11A .set 0x41
DXR11A .set 0x43
.ref _timer0,_codec_ch1_in
.ref _c_int00
.sect ".vectors"
rs: BD _c_int00
nop
nop
nmi: rete ;NMI, SINT16
nop
NOP
NOP
www.eeworm.com/read/389137/8546988
c 8ch_pwm.c
///////////////////////////////////////////////////////////////////////////////
//C的8路PWM变量定义和中断处理程序,初始化和如何改变PWM的值自行处理.
//
//
//
//
//
//
//
//
//
//timer0中断在12T的为40us,1T~6T的可以跑20us
//
//
www.eeworm.com/read/176523/9494605
_c timer._c
#include "timer.h"
//#include "schedule.h"
#include
#include
Timer_struct T0,T1,T2,T3;
void mcu_sleep();
/*
//Timer接口
//Timer0
void start_T0(char type, unsigned int
www.eeworm.com/read/176523/9494633
c timer.c
#include "timer.h"
//#include "schedule.h"
#include
#include
Timer_struct T0,T1,T2,T3;
void mcu_sleep();
/*
//Timer接口
//Timer0
void start_T0(char type, unsigned int
www.eeworm.com/read/176523/9494973
_c timer._c
#include "timer.h"
//#include "schedule.h"
#include
#include
Timer_struct T0,T1,T2,T3;
void mcu_sleep();
/*
//Timer接口
//Timer0
void start_T0(char type, unsigned int
www.eeworm.com/read/176523/9494994
c timer.c
#include "timer.h"
//#include "schedule.h"
#include
#include
Timer_struct T0,T1,T2,T3;
void mcu_sleep();
/*
//Timer接口
//Timer0
void start_T0(char type, unsigned int
www.eeworm.com/read/162745/10277037
c codectest.c
#include "type.h"
#include "board.h"
#include "stdio.h"
#include "timer.h"
#include "mcbsp54.h"
#include "codec.h"
//Tms320vc5402 have two timer--TIM0:timer0 TIM1:timer1
#define TIM0 0
#define