要编写定时器T1的中断服务程序,按如下编写: void timer1() interrupt n 其中n应为( )。
A: 1
B: 3
C: 2
D: 4
A: 1
B: 3
C: 2
D: 4
B
举一反三
- 要编写定时器T1的中断服务程序,按如下编写: void timer1() interrupt n 其中n应为哪一个?
- 要编写外部中断1的中断服务程序,按如下编码:void LEDOFF() interrupt n,其中n应为多少? A: 4 B: 3 C: 2 D: 1
- 要编写定时器T1的中断服务程序,按如下编写: void timer1() interrupt n 中断服务程序的函数名是什么呢
- 要编写定时器T1的中断服务程序,按如下编写:voidtimer1()interruptn中断服务程序的函数名是什么呢 A: void B: timer1 C: interrupt D: n
- 要编写串行口的中断服务程序,按如下编写:void sc() interrupt n 其中n应为____。
内容
- 0
要编写外部中断0的中断服务程序,按如下编写: void int ____() interrupt n 其中n应为____。
- 1
下列中断函数定义正确的是()。 A: void timer1() B: timer( ) interrupt 3 C: void timer1() iterrupt D: void timer( ) interrupt 3
- 2
void Timer_Int(void) interrupt 1 {}表示,定时器1的中断服务程序。
- 3
编写一个定时器0中断的中断函数(空函数),下列定义正确的是? A: void aaa0( )interrupt 0 {} B: void int0( )interrupt 1 {} C: void time1( )interrupt 1 {} D: void time1( )interrupt 0 {}
- 4
定时器1的中断处理函数 void t1()interrupt ()