代码搜索结果
找到约 7,992 项符合
Motor 的代码
motor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
motor.lnp
"main.obj",
"ASC.obj",
"HZK.obj",
"SED1335.obj",
"SysInitialize.obj"
TO "motor"
RAMSIZE(256)
motor.hex
:10270D0075FFDE75FFAD122C7875960B439630E58F
:10271D008630E0030227BA5396F3E490029CF0A3AF
:10272D00F090029CE0FCA3E0FDC3EC64809481502A
:10273D00305396FEAF85EFFAED25E0FFEC33FE74D6
:10274D00002FF582740
motor.plg
礦ision3 Build Log
Project:
F:\UDSS\USB部分\试验成果存盘\2008-04-23\motor\motor.uv2
Project File Date: 04/22/2008
Output:
motor.c
#include
#define DCO_FREQ 1000000 // DCO frequency
#define ONE_SEC_CNT 512 // Number of WDT interrupts in 1 second
#define DEBOUNCE_CNT 0x05 //
motor.m
function [sys,x0,str,ts]=motor(t,x,u,flag,Incond,Mcoff)
% A simulation s-function of 5-order motor math model,the syntax is
% [Ia;Ib;Ic;wr;theta]=motor(ua,ub,uc,TL,Mcoff)
% Where
% [ ia, ib,
motor.asv
function [sys,x0,str,ts]=motor(t,x,u,flag,Incond,Mcoff)
% A simulation s-function of 5-order motor math model,the syntax is
% [Ia;Ib;Ic;wr;theta]=motor(ua,ub,uc,TL,Mcoff)
% Where
% [ ia, ib,
motor.h
#ifndef MOTOR_H
#define MOTOR_H
extern unsigned int t1prd;
extern unsigned int t2prd;
extern unsigned int capstastus;
extern unsigned int pwm;
extern unsigned int dir;
#endif
/**************
motor.c
#include "DSP28_Device.h"
#include "comm.h"
#include "mcbsp.h"
#include "gui_string.h"
#include "motor.h"
#define DATATYPE 0 /* 0代表edit菜单;1代表选项菜单*/
unsigned int i,j;
unsigned int send_flag;