中国Linux公社论坛's Archiver
论坛
›
Skyeye项目专栏
› 怎么停止中断服务?
wnsd
发表于 2006-6-5 10:37:40
怎么停止中断服务?
怎么停止中断服务?
/* firstly, we should install time irq handler */
install_irqhandler( system_isr );
/* additionly, here user can add a hook isr */
request_irq(6, my_test_isr);
退出那个任务后,my_test_isr为什么不停啊?
页:
[1]
查看完整版本:
怎么停止中断服务?