代码搜索:Controller
找到约 10,000 项符合「Controller」的源代码
代码结果 10,000
www.eeworm.com/read/406924/2272507
repository
accordoplus/SoftwareDesign/Software/sources/controller
www.eeworm.com/read/431720/8659910
rpt kit_de2.tan.rpt
Timing Analyzer report for kit_DE2
Sat May 31 20:22:52 2008
Version 6.0 Build 178 04/27/2006 SJ Web Edition
---------------------
; Table of Contents ;
---------------------
1. Legal Notic
www.eeworm.com/read/385629/8795777
summary cycloneiii_3c25_start_niosii_standard.sta.summary
------------------------------------------------------------
TimeQuest Timing Analyzer Summary
------------------------------------------------------------
Type : Slow 1200mV 85C Model Setup 'th
www.eeworm.com/read/382497/9024291
h sa_io.h
#ifndef SA_IO_H
#define SA_IO_H
#include "arm_io.h"
namespace simit{
/* IO for StrongARM */
class sa_io : public arm_io
{
public:
sa_io(arm_emulator *emu);
~sa_io();
void re
www.eeworm.com/read/168258/9927240
h ppc5xxcan.h
/* ppc5xxCAN.h - definitions for PPC5xx baords */
/* Copyright 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
27dec01, lsg
*/
/*
DESCRIPTION
This file contains t
www.eeworm.com/read/363317/9959772
h sa_io.h
#ifndef SA_IO_H
#define SA_IO_H
#include "arm_io.h"
namespace simit{
/* IO for StrongARM */
class sa_io : public arm_io
{
public:
sa_io(arm_emulator *emu);
~sa_io();
void re
www.eeworm.com/read/164658/10098597
c sndsintrctl.c
/* sndsIntrCtl.c - Samsung SNDS100 interrupt controller driver */
/*
modification history
--------------------
01b,27sep99,nb updated documentation
01a,20aug99,knp adapted from WRS template
www.eeworm.com/read/358355/10190436
c max7349.c
#include "..\..\includes.h"
#if CFG_I2C_MAX7349_EN > 0
//------------------------------------------------------------
// MAX7349初始化函数,主要是根据用户配置的值进行初始化
//---------------------------------------