代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/349409/10828760
jam mcu_ctrl.jam
' Copyright (C) 1988-2002 Altera Corporation
' Any megafunction design, and related net list (encrypted or decrypted),
' support information, device programming or simulation file, and any other
'
www.eeworm.com/read/349409/10828768
gdf mcu_ctrl.gdf
www.eeworm.com/read/349409/10828776
snf mcu_ctrl.snf
www.eeworm.com/read/349409/10828807
acf mcu_ctrl.acf
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/348943/10859471
c pid-ctrl.c
void PID_Ctrl(void) //增量式PID,调节ui
{
#define delt_Um 15
//刷新近2次偏差
PID.LastError=PID.ei;
PID.ei=PID.Goal-PID.ADC_data[0];
if(PID.ei
www.eeworm.com/read/273388/10918527
c ctrl_set.c
#include "inc\44b0x.h"
#include "DataType.h"
#define EXT_OSC_CLK 10000000
unsigned int MCLK = 20000000;
void ChangePllValue(int mdiv, int pdiv, int sdiv)
{
int i = 1;
rPLLCON = (md
www.eeworm.com/read/273388/10918553
o ctrl_set.o
www.eeworm.com/read/272124/10969145
h ctrl_set.h
#ifndef __CTRL_SET_H
#define __CTRL_SET_H
#include "DataType.h"
void ChangePllValue(int, int, int);
void PortInit(void);
void RtcSetDay(TIME_STRUC *time);
void RtcSetWeek(TIME_STRUC *time)
www.eeworm.com/read/272124/10969204
c ctrl_set.c
#include "inc\44b0x.h"
#include "DataType.h"
#define EXT_OSC_CLK 10000000
unsigned int MCLK = 20000000;
void ChangePllValue(int mdiv, int pdiv, int sdiv)
{
int i = 1;
rPLLCON = (md
www.eeworm.com/read/272124/10969229