- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 dsp 中关于ioport 的用法
【讨论】求助 dsp 中关于ioport 的用法求助 dsp 中关于ioport 的用法:<br />dsp 中 我用c语言访问 io 端口。怎么用ioport 和outport 指令:<br />outport(UART_IER,uartint_rhr);<br />inport(UARTINT_READ,temp);<br /><br />其中 UART_IER, UARTINT_READ为 定义的IO端口 uartint_rhr,temp为变量。 但系统报错。<br />求助 到底怎么用这两个指令
2010-11-24 01:09:00
3499
原创 关键词ioport的作用是什么
<br />The ioport keyword enables access to the I/O port space of the C54x devices. The keyword has the form:<br />ioport type port hex_num<br />ioport is the keyword that indicates this is a port variable.<br />type must be char, short, int, or the unsigne
2010-11-24 01:08:00
808
原创 outport( WINDOWS)
outport 函数名: outport 功 能: 输出整数到硬件端口中 用 法: void outport(int port, int value); 程序例: #include <stdio.h> #include <dos.h> int main(void) { int value = 64; int port = 0; outportb(port, value); printf("Value %d sent to port number %d/n", v
2010-11-24 01:08:00
942
原创 【转】开源SIP协议栈reSIProcate和SIPX
<br />想在产品中利用SIP协议,找了两个开源协议栈SIPx和reSIProcate进行评估,希望在前人的成果上进一步开发,节省些工作量。<br />reSIProcate除了协议栈,提供了一个Sip Proxy Server的实现repro,相对简单,工程文件也支持windows。<br />SIPx相对比较全面,不仅提供了协议栈,还在产品化上下了一点功夫,例如在Redhat FC5基础上提供了包含FC5和PBX的运行环境安装盘,安装比较方便。据网上文章称SIPx支持Windows,但没有看到相应的工
2010-10-11 23:55:00
697
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人