代码搜索:IO控制
找到约 10,000 项符合「IO控制」的源代码
代码结果 10,000
www.eeworm.com/read/365428/9863724
h io.h
//// 硬件端口字节输出函数。
// 参数:value - 欲输出字节;port - 端口。
#define outb(value,port) \
__asm__ ( "outb %%al,%%dx":: "a" (value), "d" (port))
//// 硬件端口字节输入函数。
// 参数:port - 端口。返回读取的字节。
#define inb(port) ({ \
unsi
www.eeworm.com/read/365329/9869171
awk io.awk
# io.awk -- 5.4 Jun 18 15:35:16 1993
# Copyright (c) 1993 Axel T. Schreiner
# input/output file management functions
# error(message) message -> stderr, set exit status 1
# fatal(message) message
www.eeworm.com/read/365033/9880972
h io.h
www.eeworm.com/read/365033/9881168
h io.h
www.eeworm.com/read/168924/9887984
c io.c
/*LINTLIBRARY*/
/*PROTOLIB1*/
#include
#include
#include "main.h"
#include "celp_io.h"
#include "hexline.h"
#include "rint.h"
#define SPEECH FALSE /* channel i
www.eeworm.com/read/168924/9888077
c io.c
/*LINTLIBRARY*/
/*PROTOLIB1*/
#include
#include
#include "main.h"
#include "celp_io.h"
#include "hexline.h"
#include "rint.h"
#define SPEECH FALSE /* channel i
www.eeworm.com/read/168488/9911366
txt io.txt
Ok 1ErrOr 2ErrOr 3Ok 4ErrOr 5Ok 6ErrOr 0ErrOr 1ErrOr 2ErrOr 3Ok 4Er
rOr 5Ok 6ErrOr 7ErrOr 8Ok 9Ok 10ErrOr 11Ok 12ErrOr 13ErrOr 14ErrOr 15
Ok 0Ok 1ErrOr 2ErrOr 3Ok 4ErrOr
www.eeworm.com/read/364159/9919741
c io.c
// ----------------------------------------------------------------------------
// Copyright 2006-2007, Martin D. Flynn
// All rights reserved
// ------------------------------------------------------
www.eeworm.com/read/364159/9919794
h io.h
// ----------------------------------------------------------------------------
// Copyright 2006-2007, Martin D. Flynn
// All rights reserved
// ------------------------------------------------------
www.eeworm.com/read/168173/9935563
h io.h
/****************************
defined the foot
*****************************/
#define LCM_Data P0
#define Busy 0x80
sbit LCM_RS=P1^0;
sbit LCM_RW=P1^1;
sbit LCM_E =P