gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:DisableInt_exti (0.00 seconds)
mtkernel_3
lib/libtk/sysdepend/cpu/stm32l4/int_stm32l4.c - 3.9KB - 167 lines
115:         } else if(intno >= MIN_EXTI_INTNO && intno <= MAX_EXTI_INTNO) {
116:                 DisableInt_exti( intno - MIN_EXTI_INTNO);
117:         }