Searched refs:FAULT_SYSTICK (Results 1 – 3 of 3) sorted by relevance
521 else if(ulInterrupt == FAULT_SYSTICK) in IntEnable()583 else if(ulInterrupt == FAULT_SYSTICK) in IntDisable()651 else if(ulInterrupt == FAULT_SYSTICK) in IntIsEnabled()711 else if(ulInterrupt == FAULT_SYSTICK) in IntPendSet()760 else if(ulInterrupt == FAULT_SYSTICK) in IntPendClear()
122 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()154 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
56 #define FAULT_SYSTICK 15 // System Tick macro
Completed in 6 milliseconds