Search | Google it | Results 1 - 2 of 2 for funcall:ClearInt_nvic (0.00 seconds) |
125: if( intno <= MAX_NVIC_INTNO) { 126: ClearInt_nvic( intno); 127: } else if(intno >= MIN_EXTI_INTNO && intno <= MAX_EXTI_INTNO) {
55:
56: ClearInt_nvic(intno); /* Un-pends the associated interrupt */
57: