Search | Google it | Results 1 - 2 of 2 for funcall:knl_define_inthdr (0.02 seconds) |
106: /* Register exception handler used on OS */ 107: knl_define_inthdr(INTNO_SYSTICK, TA_HLNG, (FP)knl_timer_handler); /* System Timer Interruput */ 108:
45: BEGIN_CRITICAL_SECTION; 46: ercd = knl_define_inthdr(intno, intatr, inthdr); 47: END_CRITICAL_SECTION;