中断函数定义的格式为:函数类型 函数名 n using n其中:interrupt 后面的n 是 。
举一反三
- 以下( )是中断服务函数的一般形式。 A: 函数类型 函数名(形式参数列表) B: 函数类型 函数名(形式参数表)interrupt n using n C: D: include E: 函数名 {实际参数列表}
- T1的中断函数中,n 是多少 ? void t1f(void) interrupt n using 0
- 外中断0的中断函数中,n 是多少 ? void int0f(void) interrupt n using 1
- C51提供的中断函数语法为:返回值类型 函数名 (形参)interrupt n,n对应中断源的编号,若n=4,则对应的中断源为。
- 下面关于中断函数的定义形式说法正确的是( ) A: 在C源程序中直接以函数形式编写中断服务程序 B: 中断函数的定义形式为void interrupt n 函数名() C: n的取值范围为0~25 D: n为中断向量号