sz0613
驱动牛犊
驱动牛犊
  • 注册日期2003-10-08
  • 最后登录2016-01-09
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1509回复:4

求助:利用三星s3c44b0实现中断串口通讯

楼主#
更多 发布于:2003-10-08 08:43
我现在想利用三星s3c44b0实现串口通讯,使用中断方式,并且和PC机相连。需要实现的函数:   void EnableInterrupt(void),void DisableInterrupt(void);
哪位高手指点这两个函数怎么实现
sz0613
驱动牛犊
驱动牛犊
  • 注册日期2003-10-08
  • 最后登录2016-01-09
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2003-10-08 09:02
而且要求用c语言实现,谢谢!
PandaFeng
驱动牛犊
驱动牛犊
  • 注册日期2002-10-09
  • 最后登录2004-09-30
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2003-10-17 13:20
Interrupt Mask Register
Indicates that an interrupt has been disabled if the corresponding mask bit is 1. If an interrupt mask bit of INTMSK is
0, the interrupt will be serviced normally. If the corresponding mask bit is 1 and the interrupt is generated, the
pending bit will be set. If the global mask bit is set to 1, the interrupt pending bit will be set but all interrupts will not
be serviced.
sz0613
驱动牛犊
驱动牛犊
  • 注册日期2003-10-08
  • 最后登录2016-01-09
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
地板#
发布于:2003-10-17 21:04
谢谢您的指教!
你也在做这方面的工作吗
有机会多交流交流
我的QQ:31892069
e-mail:sz0613@163.com
PandaFeng
驱动牛犊
驱动牛犊
  • 注册日期2002-10-09
  • 最后登录2004-09-30
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
地下室#
发布于:2003-10-21 13:59
您好:
可以说是,交流交流。
QQ:没有
e:panda.feng@163.com
游客

返回顶部