中英
interrupt-driven
  • 简明
  • adj.中断驱动的
  • 网络释义
  • 专业释义
  • 1

     中断驱动

    第 一个ISR的目的是让我们可以使用中断驱动(interrupt-driven)的序列埠通讯。如此,我们可以确保不会有任何资讯 遗漏掉,因为接踵而来的资讯还是会写到通讯缓冲器里。

短语
查看更多
  • 双语例句
  • 1
    Interrupt-driven communication is much more efficient than polling.
    中断驱动的通讯比轮转方式的更高效。
  • 2
    Device drivers are either polling or interrupt-driven, with the latter being more generally preferred.
    设备驱动程序不是轮询的就是中断驱动的,后一种越来越成为首选的。
  • 3
    Driven on the device side. The device sends a hardware signal (by generating an interrupt) to the kernel when it needs the kernel's attention.
    设备驱动模式,在设备须要内核关注时,由设备主动发送一个硬件信号(通常是通过一个中断)给内核。
查看更多