gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:knl_define_inthdr (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7a/interrupt.c - 5.3KB - 143 lines
106:         /* Register exception handler used on OS */
107:         knl_define_inthdr(INTNO_SYSTICK, TA_HLNG, (FP)knl_timer_handler);      /* System Timer Interruput */
108: 
kernel/tkernel/int.c - 1.5KB - 62 lines
45:         BEGIN_CRITICAL_SECTION;
46:         ercd = knl_define_inthdr(intno, intatr, inthdr);
47:         END_CRITICAL_SECTION;