gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:ClearInt_nvic (0.00 seconds)
mtkernel_3
lib/libtk/sysdepend/cpu/stm32l4/int_stm32l4.c - 3.9KB - 167 lines
125:         if( intno <= MAX_NVIC_INTNO) {
126:                 ClearInt_nvic( intno);
127:         } else if(intno >= MIN_EXTI_INTNO && intno <= MAX_EXTI_INTNO) {
lib/libtk/sysdepend/cpu/tx03_m367/int_m367.c - 3.1KB - 147 lines
55: 
56:         ClearInt_nvic(intno);          /* Un-pends the associated interrupt */
57: