代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.s
; generated by Norcroft ARM C vsn 4.76 (Advanced RISC Machines SDT 2.11a) [Apr 7 1998]
AREA |C$$code|, CODE, READONLY
|x$codeseg| DATA
March10NAllTest
STMDB sp!,{v1-v8,lr}
system.h
#include "cdefBF533.h"
#include "ccblkfn.h"
#include "sys/exception.h"
#include "sysreg.h"
#include "string.h"
#define uchar unsigned char
#define ushort unsigned short
#define uint unsign
system.h
void InitPLL(void);
void InitPLL(void)
{
// for 20MHz to 192MHz R=96-1 0x5f N=10-1 0x09
PLLNDIV=0x09; //set N
PLLRDIV=0x5f;
PLLCON=(PLLRDIV&0x03)
system.ini
[短信]
移动=+8613800632500
联通=+8613010200500
互通=0
[SMS]
TELECOM=+8613800632500
[SET]
chkAll=0
chkLogon=1
chkFlash=0
chkSound=0
chkTest=1
sndNum=6
sndDay=6
opLevel=0
recvTime=800
system.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
sbit INT_0 =P3^2; // 将p3.2外部中断0
sbit pulse_A=P1^2; // P1.2为脉
system.txt
#define n 10 /*假定系统允许的最大作业为,假定模拟实验中n值为10*/
#define m 10 /*假定系统允许的空闲区表最大为m,假定模拟实验中m值为10*/
#define minisize 100
struct
{
float address; /*已分分区起始地址*/
float length; /*已分分区长度,单
system.h
// system head file
#ifdef SYSTEM_G
#define system_ext
#else
#define system_ext extern
#endif
#define uchar unsigned char
#define uint unsigned int
#define us