Search | Google it | Results 1 - 2 of 2 for funcall:CheckInt_nvic (0.00 seconds) |
147: if( intno <= MAX_NVIC_INTNO) { 148: rtncd = CheckInt_nvic( intno); 149: } else if(intno >= MIN_EXTI_INTNO && intno <= MAX_EXTI_INTNO) {
95: { 96: return CheckInt_nvic( intno); 97: }