阅读:1550回复:4
求助:利用三星s3c44b0实现中断串口通讯
我现在想利用三星s3c44b0实现串口通讯,使用中断方式,并且和PC机相连。需要实现的函数: void EnableInterrupt(void),void DisableInterrupt(void);
哪位高手指点这两个函数怎么实现 |
|
沙发#
发布于:2003-10-08 09:02
而且要求用c语言实现,谢谢!
|
|
板凳#
发布于: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. |
|
地板#
发布于:2003-10-17 21:04
谢谢您的指教!
你也在做这方面的工作吗 有机会多交流交流 我的QQ:31892069 e-mail:sz0613@163.com |
|
地下室#
发布于:2003-10-21 13:59
您好:
可以说是,交流交流。 QQ:没有 e:panda.feng@163.com |
|