代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/373602/9448665
lik temperature_ctrl.lik
Version: 3.0
Options: m37
Obj: "D:\Program Files\Sunplus\unSPIDE1.10.0\startupD.obj"
Obj: "F:\刻录光盘\电子竞赛\典型应用篇\电子竞赛—具有语音功能的水温控系统\temperature_ctrl\Debug\Resource.obj"
Obj: "F:\刻录光盘\电子竞赛\典型应用篇\电子竞赛—具
www.eeworm.com/read/373602/9448666
h temperature_ctrl.h
#ifndef __TEMPERATURE_CTRL_H__
#define __TEMPERATURE_CTRL_H__
// write your header here
#endif
www.eeworm.com/read/373602/9448670
set temperature_ctrl.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyType=1
BodyName=ISA20_TEST
[SetLink]
ExeFile=1
Outpu
www.eeworm.com/read/373602/9448673
env temperature_ctrl.env
[ICE]
PCTR Enable=0
PCTR Save OP Only=0
[General]
Device=0
HisSize=1024
Timer=24576000
EmuSel=0
MODE=0
[INCLUDE]
Count=1
INCPATH0=
[LIBRARY]
Count=1
LIBPATH0=
[Break Point]
Cou
www.eeworm.com/read/177474/9451209
c ctrl_set.c
#include "44b0x.h"
#include "DataType.h"
#include "console.h"
#define EXT_OSC_CLK 10000000
unsigned int MCLK = 60000000;
void ChangePllValue(int mdiv, int pdiv, int sdiv)
{
int i = 1;
www.eeworm.com/read/177474/9451218
h ctrl_set.h
#ifndef __CTRL_SET_H
#define __CTRL_SET_H
#include "44b0x.h"
#include "DataType.h"
void ChangePllValue(int, int, int);
void PortInit(void);
void RtcSetDay(TIME_STRUC *time);
void RtcSet
www.eeworm.com/read/177474/9451227
o ctrl_set.o
www.eeworm.com/read/177471/9451259
c ctrl_set.c
#include "44b0x.h"
#include "DataType.h"
#include "console.h"
#define EXT_OSC_CLK 10000000
unsigned int MCLK = 60000000;
void Delay(U32 n)
{
U32 i;
for(i=n*20000; i>0; i--)
;
}
www.eeworm.com/read/177471/9451675
h ctrl_set.h
#ifndef __CTRL_SET_H
#define __CTRL_SET_H
#include "44b0x.h"
#include "DataType.h"
void Delay(U32 n);
void ChangePllValue(int, int, int);
void PortInit(void);
void RtcSetDay(TIME_STRUC *t
www.eeworm.com/read/177456/9451868
c ctrl_set.c
#include "44b0x.h"
#include "DataType.h"
#include "console.h"
//#define WDT_EN // 禁用 看门狗
#define EXT_OSC_CLK 10000000
unsigned int MCLK = 10000000;
void ChangePllValue(int mdiv, int pdiv, in