• 2022-06-16
    外部中断0的中断服务程序格式为( )。
    A: void Int0Service(void) interrupt 0 { //函数体语句 }
    B: void Int0Service(void) interrupt 1 { //函数体语句 }
    C: void Int0Service(void) interrupt 2 { //函数体语句 }
    D: void Int0Service(void) interrupt 3 { //函数体语句 }