Searched refs:FAULT_SYSTICK (Results 1 – 19 of 19) sorted by relevance
636 else if (ui32Interrupt == FAULT_SYSTICK) in IntEnable()709 else if (ui32Interrupt == FAULT_SYSTICK) in IntDisable()790 else if (ui32Interrupt == FAULT_SYSTICK) in IntIsEnabled()860 else if (ui32Interrupt == FAULT_SYSTICK) in IntPendSet()920 else if (ui32Interrupt == FAULT_SYSTICK) in IntPendClear()
121 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()153 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
68 #define FAULT_SYSTICK 15 // System Tick macro
641 else if(ui32Interrupt == FAULT_SYSTICK) in IntEnable()715 else if(ui32Interrupt == FAULT_SYSTICK) in IntDisable()797 else if(ui32Interrupt == FAULT_SYSTICK) in IntIsEnabled()868 else if(ui32Interrupt == FAULT_SYSTICK) in IntPendSet()929 else if(ui32Interrupt == FAULT_SYSTICK) in IntPendClear()
124 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()156 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
107 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()139 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
506 else if(ulInterrupt == FAULT_SYSTICK) in IntEnable()568 else if(ulInterrupt == FAULT_SYSTICK) in IntDisable()627 else if(ulInterrupt == FAULT_SYSTICK) in IntPendSet()676 else if(ulInterrupt == FAULT_SYSTICK) in IntPendClear()
33 #define FAULT_SYSTICK 15 // System Tick macro73 IntRegister(FAULT_SYSTICK, SysTick_Handler); in rt_hw_cpu_init()
41 #define FAULT_SYSTICK 15 // System Tick macro
57 #define FAULT_SYSTICK 15 // System Tick macro
Completed in 46 milliseconds