代码搜索:IO控制
找到约 10,000 项符合「IO控制」的源代码
代码结果 10,000
www.eeworm.com/read/285427/8841425
txt io.txt
http://blog.cersp.com/24107/106638.aspx
问题8: Keil C51编译器中无STC单片机型号,怎办
1.把STC单片机,当成Intel的8052/87C52/87C54/87C58,
Philips的P87C52/P87C54/P87C58就可以了
2.也可安装STC仿真器的驱动程序,这样就看到型号了
STC89C58RD+取代 PHI
www.eeworm.com/read/285288/8854366
io_key
www.eeworm.com/read/285240/8859604
lst io.lst
C51 COMPILER V7.20 IO 10/07/2005 09:34:16 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE IO
OBJECT MODULE PLACED IN IO.O
www.eeworm.com/read/285240/8859606
c io.c
www.eeworm.com/read/285240/8859649
obj io.obj
www.eeworm.com/read/285240/8859650
bpf io.bpf
www.eeworm.com/read/428216/8883267
h io.h
/*
* linux/include/asm-arm/io.h
*
* Copyright (C) 1996-2000 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/428036/8903177
c io.c
/*$Source: /usr/home/dhesi/zoo/RCS/io.c,v $*/
/*$Id: io.c,v 1.14 91/07/09 01:39:54 dhesi Exp $*/
/***********************************************************
io.c -- input/output
Adapted from "
www.eeworm.com/read/284701/8908389
c io.c
#include "compiler.h"
#include "config.h"
#include "isp.h"
/******************************* 宏定义 **********************************/
#define XON 17 /* 定义 XON / XOFF 控制字符 */
#define XOF
www.eeworm.com/read/383713/8925442
h io.h
#ifndef _ASM_IO_H
#define _ASM_IO_H
/*
* This file contains the definitions for the x86 IO instructions
* inb/inw/inl/outb/outw/outl and the "string versions" of the same
* (insb/insw/insl/o