代码搜索:TimerA
找到约 1,846 项符合「TimerA」的源代码
代码结果 1,846
www.eeworm.com/read/424293/10465966
asm delay1ms.asm
.external _Mk_Z6
.INCLUDE hardware.inc
.code
.public _delay
_delay:
r1+=1;
nop
nop
nop
nop
nop
nop
retf;
.public _car_wait
_car_
www.eeworm.com/read/352726/10521250
c irq.c
#include "spce061v004.h"
#include "main.h"
extern int TimeN,TimePoint,TimeL[200],TimeR[200]; //下一步移动量
extern int Running;
extern int TimeCountL,TimeCountR;
//extern int LMotorV,RMotorV;
www.eeworm.com/read/352661/10530147
asm delay1ms.asm
.external _Mk_Z6
.INCLUDE hardware.inc
.code
.public _delay
_delay:
r1+=1;
nop
nop
nop
nop
nop
nop
retf;
.public _car_wait
_car_
www.eeworm.com/read/276241/10752669
c main.c
#include
#include "Locate.h"
//#include "AD976.h"
float theta;
float w;
void Init_Clk();
int main( void )
{
// Stop watchdog timer to prevent time out reset
WDTCTL = WDTP
www.eeworm.com/read/453076/7427474
c sp.c
#include "msp430x16x.h"
//输出1KHz方波音频信号
void Init_Port() {
P4DIR=BIT3+BIT2; //SP引脚分配
P4OUT=BIT3;
}
void Init_Clock() {
unsigned char i;
BCSCTL1=0x00;//XT2--ON
do {
IFG1&=~OF
www.eeworm.com/read/434344/7871420
asm delay1ms.asm
.external _Mk_Z6
.INCLUDE hardware.inc
.code
.public _delay
_delay:
r1+=1;
nop
nop
nop
nop
nop
nop
retf;
.public _car_wait
_car_
www.eeworm.com/read/345756/11792860
asm delay1ms.asm
.external _Mk_Z6
.INCLUDE hardware.inc
.code
.public _delay
_delay:
r1+=1;
nop
nop
nop
nop
nop
nop
retf;
.public _car_wait
_car_
www.eeworm.com/read/228869/14359056
c timerpluse.c
//方法:利用定时器产生方波脉冲;考虑使用中断法
#include
/*====================================================================
* 数据类型定义部分
=========================================
www.eeworm.com/read/223950/14609756
asm delay1ms.asm
.external _Mk_Z6
.INCLUDE hardware.inc
.code
.public _delay
_delay:
r1+=1;
nop
nop
nop
nop
nop
nop
retf;
.public _car_wait
_car_