代码搜索:IO控制
找到约 10,000 项符合「IO控制」的源代码
代码结果 10,000
www.eeworm.com/read/165891/5476756
c io_mat.c
#include
#include
#include
#include "io_mat.h"
static void *get_img(int ht, int wd, size_t size);
static void *get_spc(int num, size_t size);
#ifdef MATLAB5
int writ
www.eeworm.com/read/165337/5483339
h base_io.h
#ifndef __base_io_h__
#define __base_io_h__
#define D12_Command 0xff03
#define D12_Data 0xff02
//sbit A0c = P3^0;
//sbit WRc = P3^6;
//sbit RDc = P3^7;
sbit MCU_D12CS = P1^6;
sbit MCU_D1
www.eeworm.com/read/165337/5483349
c base_io.c
#include //SFR declarations
#include "base_io.h"
#include "mainloop.h"
extern EPPFLAGS bEPPflags;
void outportb(unsigned int Addr,unsigned char Data) //send to D12
{
*((unsigned c
www.eeworm.com/read/165337/5483356
h base_io.h
#ifndef __base_io_h__
#define __base_io_h__
#define D12_Command 1
#define D12_Data 0
sbit A0c = P3^0;
sbit WRc = P3^6;
sbit RDc = P3^7;
/**********************
sbit MCU_LED0 = P1^0;
s
www.eeworm.com/read/165337/5483363
c base_io.c
#include //SFR declarations
#include "base_io.h"
#include "mainloop.h"
extern EPPFLAGS bEPPflags;
void outportb(unsigned int Addr,unsigned char Data) //send to D12
{
switch (Addr)
www.eeworm.com/read/162868/5512500
c file_io.c
/*---------------------------------------------------------------------------
file_io.c
This file contains routines for doing direct input/output, file-related
sorts of things. Most of the sy
www.eeworm.com/read/162789/5514566
c tty_io.c
/*
* linux/kernel/tty_io.c
*
* (C) 1991 Linus Torvalds
*/
/*
* 'tty_io.c' gives an orthogonal feeling to tty's, be they consoles
* or rs-channels. It also implements echoing, cooked
www.eeworm.com/read/350097/3127942
c io_unknown.c
/*
* linux/arch/sh/kernel/io_unknown.c
*
* Copyright (C) 2000 Stuart Menefy (stuart.menefy@st.com)
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/C
www.eeworm.com/read/350097/3127955
c io_se.c
/* $Id: io_se.c,v 1.5 2000/06/08 05:50:10 gniibe Exp $
*
* linux/arch/sh/kernel/io_se.c
*
* Copyright (C) 2000 Kazumoto Kojima
*
* I/O routine for Hitachi SolutionEngine.
*
*/
#include
www.eeworm.com/read/350097/3127961
c io_generic.c
/* $Id: io_generic.c,v 1.3 2000/05/07 23:31:58 gniibe Exp $
*
* linux/arch/sh/kernel/io_generic.c
*
* Copyright (C) 2000 Niibe Yutaka
*
* Generic I/O routine. These can be used where a machine