gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SetIntMode_exti (0.00 seconds)
mtkernel_3
lib/libtk/sysdepend/cpu/stm32l4/int_stm32l4.c - 3.9KB - 167 lines
162:         if(intno >= MIN_EXTI_INTNO && intno <= MAX_EXTI_INTNO) {
163:                 SetIntMode_exti( intno - MIN_EXTI_INTNO, mode);
164:         }