• 2022-06-17
    中国大学MOOC: 外部中断1的中断函数的修饰符是interrupt 2。
  • 内容

    • 0

      中国大学MOOC: C51程序设计中修饰符interrupt 1表示定时器/计数器T0的中断程序。

    • 1

      外部中断1(INT1)的中断服务函数可以书写如下: void int() interrupt 2 using 0

    • 2

      void aaa() interrupt 0 ,表示()的中断函数。 A: 外部中断0 B: 外部中断1 C: 定时器中断0 D: 定时器中断1

    • 3

      某中断函数定义如下:void intpt() interrupt 2,表示的是什么中断源?( ) A: 外部中断0 B: 外部中断1 C: T0溢出中断 D: T1溢出中断

    • 4

      编写外部1中断程序时要在函数说明部分写( )。 A: interrupt 3 B: interrupt 1 C: interrupt 0 D: interrupt 2