Searched refs:INT_SYSTICK (Results 1 – 3 of 3) sorted by relevance
349 else if(ui32Interrupt == INT_SYSTICK) in IntEnable()409 else if(ui32Interrupt == INT_SYSTICK) in IntDisable()462 else if(ui32Interrupt == INT_SYSTICK) in IntPendSet()551 else if(ui32Interrupt == INT_SYSTICK) in IntPendClear()
143 IntRegister(INT_SYSTICK, pfnHandler); in SysTickIntRegister()175 IntUnregister(INT_SYSTICK); in SysTickIntUnregister()
54 #define INT_SYSTICK 15 // SysTick Interrupt from the macro
Completed in 5 milliseconds