代码搜索:Interfacing
找到约 700 项符合「Interfacing」的源代码
代码结果 700
www.eeworm.com/read/254811/4380567
inc cmacros.inc
comment $
cmacros - assembly macros for interfacing to HHLs
(C)Copyright Microsoft Corp. 1984, 1985, 1986
$
if1
ASMpass=1
outif MACRO name,defval,onmsg,offmsg
ifndef name
ifb
name=0
www.eeworm.com/read/101167/15842710
c 25_640_2.c
// 25_640_2.C
//
// Illustrates the use of the SSP module in interfacing with a 25LC640
// EEPROM using the SPI protocol. Illustrates block write and read mode.
//
// Writes one block of eight b
www.eeworm.com/read/101167/15842814
c 25_640_2.c
// 25_640_2.C
//
// Illustrates the use of the SSP module in interfacing with a 25LC640
// EEPROM using the SPI protocol. Illustrates block write and read mode.
//
// Writes one block of eight b
www.eeworm.com/read/100359/15876248
mac c16.mac
; NASM macro set to make interfacing to 16-bit programs easier -*- nasm -*-
%imacro proc 1 ; begin a procedure definition
%push proc
global %1
%1: push bp
mov bp,sp
%ifdef FARCODE PA
www.eeworm.com/read/366180/2892819
inc cmacros.inc
IFNDEF MASM6
comment $
cmacros - assembly macros for interfacing to hlls
(C)Copyright Microsoft Corp. 1984-1994
$
.xcref
.xcref ??_out
??_out macro t
ifndef ?QUIET
%out t
endif
endm
outif
www.eeworm.com/read/101167/15842713
c 25_640_1.c
// 25_640_1.C
//
// Illustrates the use of the SSP module in interfacing with a 25LC640
// EEPROM using the SPI protocol. Illustrates single byte mode.
//
// Uses single byte write and read. Wr
www.eeworm.com/read/101167/15842784
c 2543_2.c
// 2543_2.C
//
// Illustrates interfacing with a TI TLC2543 11-channel 12-bit A/D using the PIC's
// SSP module in the SPI mode.
//
// Performs a sequence of A/D measurements on specified channel
www.eeworm.com/read/101167/15842816
c 25_640_1.c
// 25_640_1.C
//
// Illustrates the use of the SSP module in interfacing with a 25LC640
// EEPROM using the SPI protocol. Illustrates single byte mode.
//
// Uses single byte write and read. Wr
www.eeworm.com/read/433680/7914454
java tutorialbapi1a.java
import com.sap.mw.jco.*;
import de.arasoft.sap.jco.*;
import de.arasoft.sap.interfacing.*;
/**
* Uses the ARAsoft JCo Extension Library which adds many
* features useful for BAPI programming.
* @au