代码搜索:传输速率

找到约 3,969 项符合「传输速率」的源代码

代码结果 3,969
www.eeworm.com/read/7227/111050

h twi.h

#define TWI_WR 0xf0 #define TWI_RD 0x0f #define TWI_STOP 0 extern unsigned char TWI_STATE; //TWI状态定义 //MT 主方式传输 MR 主方式接收 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18
www.eeworm.com/read/15903/555314

_h i2c._h

#include #include "delay.h" //使用AVR内部硬件iic,引脚定义 //PC0->SCL ; PC1->SDA //I2C 状态定义 //MT 主方式传输 MR 主方式接受 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18 #defin
www.eeworm.com/read/15903/555326

h i2c.h

#include #include "delay.h" //使用AVR内部硬件iic,引脚定义 //PC0->SCL ; PC1->SDA //I2C 状态定义 //MT 主方式传输 MR 主方式接受 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18 #defin
www.eeworm.com/read/15903/555533

_h i2c._h

#include #include "delay.h" //使用AVR内部硬件iic,引脚定义 //PC0->SCL ; PC1->SDA //I2C 状态定义 //MT 主方式传输 MR 主方式接受 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18 #defin
www.eeworm.com/read/15903/555545

h i2c.h

#include #include "delay.h" //使用AVR内部硬件iic,引脚定义 //PC0->SCL ; PC1->SDA //I2C 状态定义 //MT 主方式传输 MR 主方式接受 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18 #defin
www.eeworm.com/read/19087/809749

asm serial to parallel.asm

ORG 00H AJMP START START: MOV SCON,#0 MOV 30H,#01H ;8字节待传输数据 MOV 31H,#02H MOV 32H,#04H MOV 33H,#08H MOV 34H,#16 MOV 35H,#32 MOV 36H,#64 MOV 3
www.eeworm.com/read/19091/810884

asm serial to parallel.asm

ORG 00H AJMP START START: MOV SCON,#0 MOV 30H,#01H ;8字节待传输数据 MOV 31H,#02H MOV 32H,#04H MOV 33H,#08H MOV 34H,#16 MOV 35H,#32 MOV 36H,#64 MOV 3
www.eeworm.com/read/19111/811515

asm ex6-1.asm

ORG 0000H AJMP START ORG 0030H START: MOV SCON,#0 ;设置串行口工作方式0 MOV 30H,#01H ;8字节待传输数据 MOV 31H,#02H MOV 32H,#04H MOV 33H,#08H MOV 34H,#16 MOV
www.eeworm.com/read/19141/814980

asm serial to parallel.asm

ORG 00H AJMP START START: MOV SCON,#0 MOV 30H,#01H ;8字节待传输数据 MOV 31H,#02H MOV 32H,#04H MOV 33H,#08H MOV 34H,#16 MOV 35H,#32 MOV 36H,#64 MOV 3
www.eeworm.com/read/19154/816507

asm serial to parallel.asm

ORG 00H AJMP START START: MOV SCON,#0 MOV 30H,#01H ;8字节待传输数据 MOV 31H,#02H MOV 32H,#04H MOV 33H,#08H MOV 34H,#16 MOV 35H,#32 MOV 36H,#64 MOV 3