• 2022-06-17
    智慧职教: 某中断函数的定义为: void sub(void) interrupt 0 ;此为______的中断处理函数。
  • 外部中断0

    内容

    • 0

      定义定时器0的中断服务函数正确的是: A: void timer0( ) interrupt 1 { } B: void timer0( ) interrupt 0 { } C: void timer0( ) { } D: void timer0( ) interrupt 1

    • 1

      外部中断1的中断处理函数 void int1()interrupt ()

    • 2

      定义的函数void Function(void) interrupt 0 using 2{...}是由 中断触发时调用

    • 3

      要编写一个串口中断处理函数,以下对该函数的定义中,正确的是: A: void sprocess(void) interrupt 2 B: void sprocess(void) interrupt 3 C: void sprocess(void) interrupt 4 D: void sprocess(void) interrupt 5

    • 4

      外中断0的中断函数中,n 是多少 ? void int0f(void) interrupt n using 1