代码搜索:Control System
找到约 10,000 项符合「Control System」的源代码
代码结果 10,000
www.eeworm.com/read/25809/950328
h system.h
#ifndef SYSTEM_H__
#define SYSTEM_H__
#include "stdint.h"
#include "intrins.h"
#include "string.h"
#include "reg24le1.h"
#ifdef __cplusplus
extern "C" { // C Plus Plus
www.eeworm.com/read/25809/950337
c system.c
#include "stdint.h"
#include "system.h"
volatile unsigned char Udata;
//---------------------------------------------------------------------------
//------------------------------------
www.eeworm.com/read/25981/952878
system_alarm
www.eeworm.com/read/26400/958329
lst system.lst
C51 COMPILER V8.02 SYSTEM 07/30/2009 09:42:20 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE SYSTEM
OBJECT MODULE PLACED IN
www.eeworm.com/read/26400/958335
c system.c
#include
#include"Config.h"
#include"IOCfg.c"
#include"TimeDLY.h"
#include"StepMot.h"
#include"Follow.h"
#include"LightDTC.h"
#include"MetalDTC.h"
#include"SegDisp.h"
#include"UltraD
www.eeworm.com/read/26400/958367
obj system.obj
www.eeworm.com/read/28714/1006571
h 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)
www.eeworm.com/read/31729/1030065
doc system.doc
***************************** SYSTEM *************************************
ASMLIB system subroutines Copyright (C) 1991 - 1993 Douglas Herr
all rights reserved
鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍鞍
www.eeworm.com/read/34867/1045742
c system.c
/* system.c - system file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,08feb93,jdi documentation cleanup for 5.1.
01b,20sep92,s
www.eeworm.com/read/34870/1046511
c system.c
/**************************************************
** 文件名:2440lib.c
** 版本号:V 1.0
** 文件说明:实现S3C2440的PLL,串口,以及各个IO口的初始化
** 同时,可以将一些常用函数放到该文件中,以便于其他函数调用。
******************************************