gonzui


Format: Advanced Search

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