代码搜索结果
找到约 10,000 项符合
PID 的代码
pid.h
#include
#define PIDx(a) ((a) - 1)
typedef struct tagPIDPARAMETER
{
double dbKc;
double dbTi;
double dbTd;
double dbTs;
double dbE0;
double dbQ0;
services.pid
1416
ircd.pid
3436
pid.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\icetek-vc5416-edulab\lab0602-PID\"
ProjectType=Executable
CPUFamily=TMS320C54XX
T
pid.c
#include "scancode.h"
#include "ctr.h"
#include "PID.h"
#include
//定时器分频参数 ------------------------------------------------------------------
#define T100 99 // 100个时钟周期中断一次
#define
pid.h
// VC5416DSP's registers
#define REGISTERCLKMD (*(unsigned int *)0x58)
#define WAITSTATUS (*(unsigned int *)0x28)
#define TIM *(int *)0x24
#define PRD *(int *)0x25
#define TCR *(int *)0x26
pid.cmd
-w
-stack 600h
-heap 400
-l rts.lib
-l ctr.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=3f00h
PAGE 1:
DRAM : o=4000h,l=2000h
}
SECTIONS
{
.text