代码搜索结果

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

system.c

#include "system.h" #include "MB90545.h" #include "UART.h" #include "motion.h" #include "SCI.h" #include "Analog.h" void InitIrqLevels(void) { /* ICRxx shared IRQs for ICR */

system.h

#ifndef __SYSTEM_H__ #define __SYSTEM_H__ typedef unsigned char bool; #define Enabled 1 #define Disabled 0 void InitIrqLevels( void ); #endif

system.ini

[Common] UserName=dente Password= AdslAddr=192.168.0.3 AdslUser=admin AdslPwd=aaaaaaaa

system.vhd

-- ------------------------------------------------ -- Model : Top - Level System Component -- -- Author : Michael Mayer, -- Department of Electrical Engineering -- Uni

system.c

#include void main (void) { if (system("DIR")) printf("Error invoking DIR\n"); }