代码搜索:MicroWire
找到约 89 项符合「MicroWire」的源代码
代码结果 89
www.eeworm.com/read/449818/7496200
hpl 35c104.hpl
; Orange programmer module v1.1
; (c) 2002 Alex Plusov
; CHIP=CAT35C104 Catalist (256x16)
; Like MicroWire 93XX with nonstandard address word
; Warning 8 and 16 bit modes not equivalent!!!
; No
www.eeworm.com/read/449818/7496167
hpl 35c102.hpl
; Orange programmer module v1.1
; (c) 2000 Alex Plusov
; CHIP=CAT35C102 Catalist (128x16)
; Like MicroWire 93XX with nonstandard address word
; Warning 8 and 16 bit modes not equivalent!!!
; Te
www.eeworm.com/read/449818/7496204
hpl 35c102_8.hpl
; Orange programmer module v1.2
; (c) 2001 Alex Plusov, Vlad
; CHIP=CAT35C102 Catalist (256x8)
; Like MicroWire 93XX with nonstandard address word
; Warning 8 and 16 bit modes not equivalent!!!
www.eeworm.com/read/449818/7496196
hpl s29230a.hpl
; Orange programmer module v1.1
; (c) 2000 Alex Plusov
; CHIP=CAT35C102 Catalist (128x16)
; CHIP=S29230A Seiko (128x16)
; Like MicroWire 93XX with nonstandard address word
; Tested CAT35C102
S
www.eeworm.com/read/205609/15311405
c main.c
#include "reg51x.h"
#include "tab.h"
#include
#include
#include "ioprot.h"
#include "microwire.h"
#include "78e65.h"
Initialize78E65();
OSAUX_RAM_EN(char data temp);
voi
www.eeworm.com/read/479151/1339967
h ssi_dev.h
struct ssi_bus;
#define SSI_SPI 1
#define SSI_MICROWIRE 2
#define SSI_TISSF 3
#define SSI_USAR 4
struct ssi_dev {
char *name;
u_int id;
u_int clkfreq;
u_char cfglen;
u_char framelen;
u_c
www.eeworm.com/read/455392/7372616
c 6_4_3.c
//模拟三线制Microwire串行总线的操作源程序:
#include < reg51.h >
#define uchar unsigned char
#define HIGH 1 /* 定义高电平*/
#define LOW 0 /* 定义低电平*/
#define READ_D 0x0C /* 读指令*/
#define WRITE_D 0x0A
www.eeworm.com/read/347738/11639273
c 6_4_3.c
//模拟三线制Microwire串行总线的操作源程序:
#include < reg51.h >
#define uchar unsigned char
#define HIGH 1 /* 定义高电平*/
#define LOW 0 /* 定义低电平*/
#define READ_D 0x0C /* 读指令*/
#define WRITE_D 0x0A
www.eeworm.com/read/264849/11298588
asm 93c46.asm
;MICROWIRE 总线读写操作
;AT93C46
F_DI BIT P1.0
F_DO BIT P1.1
F_SK BIT P1.2
F_CS BIT P1.3
BYTE_ADDR DATA 20H ;指定地址
BYTE_DATA DATA 21H ;指定数据
ORG 0000H
AJMP MAIN