代码搜索:并行端口
找到约 7,246 项符合「并行端口」的源代码
代码结果 7,246
www.eeworm.com/read/17579/739960
v top.v
//说明
//
//本程序用于R8000E 16端口GE线卡
//
//主要功能:
//1、PCI到LocalBus接口、IIC等的转换
// LocalBus接口接VSC7324处理器接口
// IIC接CY22394、24C02、Backplane(风扇单元)
//2、复位、中断及其它控制信号
//
//
//李翔
//2006-04-21
//
mod
www.eeworm.com/read/25215/846320
asm 16-2-5.asm
ORG 0000H
JMP START
ORG 1000H
START: MOV A,#09H
MOV DPTR,#1000H
JMP @A+DPTR ;变址寻址,跳转
MOV P0,#11H ;3字节指令,跳过,执行不到
MOV P1,#22H ;P1端口输出
MOV A,#04H
MOVC A, @A+PC ;
www.eeworm.com/read/27207/863366
txt pci配置信息读取.txt
使用WINIO进行端口操作,读取PCI配置信息可参看89c51ProDlg.h PCIConfig.cpp,下列是读出RTL8139 I/O基地址信息的代码
PCIConfig fig;
if(fig.GetPCIConfig(0x10ec,0x8139)==1)
{
ADDR8139=(fig.PCIConf.BaseAddressRegister[0])&0xfffffffe;/
www.eeworm.com/read/27451/865390
txt d268.bmp.txt
1)::OpenComm (m_strPort,nRate),这个函数用于程序启动时打开端口,在CheckSettings0
中实现。
2) gsmlnit0,该函数程序启动时初始化GSM状态,在CheckSettings()中实现。
3)在发送函数OnButtonSend0中实现发送短消息功能,这里使用的是theApp.m_pSmsTraffic-
>PutSen
www.eeworm.com/read/27760/867530
txt spi源程序.txt
#include
#include
#include
#include
void port_init(void);//端口初始化函数
void uart_init(void);//M8串口初始化函数
void init_devices(void);//整个设备初始化函数
void delay_1ms(vo
www.eeworm.com/read/37216/900671
txt d268.bmp.txt
1)::OpenComm (m_strPort,nRate),这个函数用于程序启动时打开端口,在CheckSettings0
中实现。
2) gsmlnit0,该函数程序启动时初始化GSM状态,在CheckSettings()中实现。
3)在发送函数OnButtonSend0中实现发送短消息功能,这里使用的是theApp.m_pSmsTraffic-
>PutSen
www.eeworm.com/read/26301/957018
h 12864.h
#ifndef _12864_H__
#define _12864_H__
sbit E=P1^2; //使能端
sbit RW=P1^1; //读写端
sbit RS=P1^0; //数据命令端口
sbit CS1=P1^3;
sbit CS2=P1^4;
/****检查液晶是否忙碌***/
void chekbusy12864(void)
{
uchar da
www.eeworm.com/read/27326/982661
txt spi源程序.txt
#include
#include
#include
#include
void port_init(void);//端口初始化函数
void uart_init(void);//M8串口初始化函数
void init_devices(void);//整个设备初始化函数
void delay_1ms(vo
www.eeworm.com/read/27781/990182
txt spi源程序.txt
#include
#include
#include
#include
void port_init(void);//端口初始化函数
void uart_init(void);//M8串口初始化函数
void init_devices(void);//整个设备初始化函数
void delay_1ms(vo
www.eeworm.com/read/30649/1017136
a51 sh606.a51
PCON EQU 87H
;定义端口
DOUT BIT P1.0 ;数据输出
DIN BIT P1.1 ;数据输入
SCLK BIT P1.2 ;串行时钟
CS BIT P1.3 ;片选信号
IRQ BIT P3.2 ;红外模式接口
;定义RAM地址
TX1 EQU 10H ;发送寄存器
TX2 EQU