• 2021-04-14
    要编写定时器T1的中断服务程序,按如下编写: void timer1() interrupt n 其中n应为哪一个?
  • 3

    内容

    • 0

      要编写外部中断1的中断服务程序,按如下编码:void LEDOFF() interrupt n,其中n应为多少? A: 4 B: 3 C: 2 D: 1

    • 1

      编写一个定时器0中断的中断函数(空函数),下列定义正确的是? A: void aaa0( )interrupt 0 {} B: void int0( )interrupt 1 {} C: void time1( )interrupt 1 {} D: void time1( )interrupt 0 {}

    • 2

      void Timer_Int(void) interrupt 1 {}表示,定时器1的中断服务程序。

    • 3

      下列中断函数定义正确的是()。 A: void timer1() B: timer( ) interrupt 3 C: void timer1() iterrupt D: void timer( ) interrupt 3

    • 4

      定时器1的中断处理函数 void t1()interrupt ()