代码搜索:串行闪存
找到约 5,515 项符合「串行闪存」的源代码
代码结果 5,515
www.eeworm.com/read/259733/11770303
pdf usb 通用串行总线技术规范简介.pdf
www.eeworm.com/read/344479/11877073
pdf at45db041b(8脚串行flash).pdf
www.eeworm.com/read/231294/14239766
asm 带纠错码的串行通信子程序.asm
;功能:发送方将数据连发三此,接受方按位进行最大概率纠错。程序返回时,若标志位ERR返回为1,则表示
;通信失败;否则。接收结果放在A寄存器中。
;程序清单:
JERR_COM:CLR ERR ;清除错误标志
MOV R6,#00H ;查询串行接受标志
RCH3:JB RI,RCH0
DJNZ R6,RCH3
SETB ERR
SJMP RTEXT
www.eeworm.com/read/229810/14316046
c 串行e2prom93c46扩展.c
/* 文件名:(C12.c) */
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define COM XBYTE[0xe100] /*命
www.eeworm.com/read/229809/14316051
c 串行e2prom24c01扩展.c
/* 文件名:(C13.c) */
#pragma code debug small
#include
#include
#include
#include
#include
#define uchar unsigned char
#define uint u
www.eeworm.com/read/125734/14467625