代码搜索:Processors
找到约 2,733 项符合「Processors」的源代码
代码结果 2,733
www.eeworm.com/read/329670/12939812
h ea_funcs.h
/*
* @(#)ea_funcs.h 1.2
* Special functions for 83C196EA and compatible processors.
*/
#ifndef _ea_funcs_h
#define _ea_funcs_h
void enable(void);
void disable(void)
www.eeworm.com/read/329670/12939856
h ca_funcs.h
/*
* @(#)ca_funcs.h 1.1
* Special functions for 80C196CA and compatible processors.
*/
#ifndef _ca_funcs_h
#define _ca_funcs_h
void enable(void);
void disable(void);
www.eeworm.com/read/329670/12939861
h mc_funcs.h
/*
* @(#)mc_funcs.h 1.4
* Special functions for 80C196MC and compatible processors.
*/
#ifndef _mc_funcs_h
#define _mc_funcs_h
void enable(void);
void disable(void);
www.eeworm.com/read/329670/12939897
h cb_funcs.h
/*
* @(#)cb_funcs.h 1.2
* Special functions for 80C196CB and compatible processors.
*/
#ifndef _cb_funcs_h
#define _cb_funcs_h
void enable(void);
void disable(void)
www.eeworm.com/read/329670/12939925
h lb_funcs.h
/*
* @(#)lb_funcs.h 1.2
* Special functions for 80C196LB and compatible processors.
*/
#ifndef _lb_funcs_h
#define _lb_funcs_h
void enable(void);
void disable(void);
www.eeworm.com/read/329670/12939929
h nu_funcs.h
/*
* @(#)nu_funcs.h 1.2
* Special functions for 80C196NU and compatible processors.
*/
#ifndef _nu_funcs_h
#define _nu_funcs_h
void enable(void);
void disable(void);
www.eeworm.com/read/329670/12939933
h kd_funcs.h
/*
* @(#)kd_funcs.h 1.3
* Special functions for 80C196KD and compatible processors.
*/
#ifndef _kd_funcs_h
#define _kd_funcs_h
void enable(void);
void disable(void);
www.eeworm.com/read/150503/5691843
cpp readwrite.cpp
// Read/Write request processors for usb42 driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#ifdef DBG
#define MSGUSBSTRING(d,s,i)
www.eeworm.com/read/148143/5718257
h mpc5xx.h
/*
* File: mpc5xx.h
* Purpose: Definitions common across all MPC5XX processors
*
* Notes:
*
*/
#ifndef _CPU_MPC5XX_H
#define _CPU_MPC5XX_H
/***************************************
www.eeworm.com/read/134163/5895009
cpp readwrite.cpp
// Read/Write request processors for usb42 driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#include "stddcls.h"
#include "driver.h"
#ifdef DBG
#define MSGUSBSTRING(d,s,i)