Searched refs:FAULT_SYSTICK (Results 1 – 4 of 4) sorted by relevance
122 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()154 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
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()
17 SysTick_IRQn = FAULT_SYSTICK-16
56 #define FAULT_SYSTICK 15 // System Tick macro
Completed in 8 milliseconds