代码搜索结果

找到约 10,000 项符合 Control System 的代码

system.h

/* system.h * * This include file contains information that is included in every * function in the test set. * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR).

system.h

#ifndef SYSTEM_H #define SYSTEM_H #include #include /* functions */ extern rtems_task Init(rtems_task_argument argument); #include #define CONFIGURE_HAS_OWN_DEVICE_D

system.h

/* * COPYRIGHT (c) 1988-2002. * On-Line Applications Research Corporation (OAR). * All rights reserved. * * $Id: system.h,v 1.5 2002/01/17 21:47:47 joel Exp $ */ #ifndef __SYSTEM_h #define

system.h

/************************************************************************************* * Copyright (c) 2005 by National ASIC System Engineering Research Center. * PROPRIETARY RIGHTS of ASIC are invo

system.c

/************************************************************************************* * Copyright (c) 2005 by National ASIC System Engineering Research Center. * PROPRIETARY RIGHTS of ASIC are invo

system.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic

system.c

static char rcsid[] = "system.c,v 1.49 1996/01/05 20:28:35 duane Exp"; /* * system.c - system(3) routines for Essence system. * * DEBUG: section 82, level 1 Common utilities system(3) ro

system.h

void SystemInitial(void);

system.c

#include "system.h" extern void Usart0_init(void); extern void Usart1_init(void); extern void timer1_init(void); extern void timer2_init(void); void SystemInitial(void) { Usart0_init();

system.c

/* * system.c: Probe the system type using ARCS prom interface library. * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * * $Id: system.c,v 1.8 1999/10/09 00:00:59 ralf Exp $ */ #includ