Home
last modified time | relevance | path

Searched refs:FAULT_SYSTICK (Results 1 – 19 of 19) sorted by relevance

/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Dinterrupt.c636 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()
A Dsystick.c121 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()
153 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
A Dinterrupt.h68 #define FAULT_SYSTICK 15 // System Tick macro
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Dinterrupt.c641 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()
A Dsystick.c124 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()
156 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
/bsp/tm4c129x/libraries/driverlib/
A Dinterrupt.c641 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()
A Dsystick.c124 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()
156 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
/bsp/lm4f232/Libraries/driverlib/
A Dsystick.c107 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()
139 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
A Dinterrupt.c506 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()
/bsp/lm3s9b9x/Libraries/driverlib/
A Dsystick.c107 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()
139 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
A Dinterrupt.c506 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()
/bsp/lm3s8962/Libraries/driverlib/
A Dsystick.c107 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()
139 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
A Dinterrupt.c506 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()
/bsp/tm4c129x/applications/
A Dboard.c33 #define FAULT_SYSTICK 15 // System Tick macro
73 IntRegister(FAULT_SYSTICK, SysTick_Handler); in rt_hw_cpu_init()
/bsp/lm4f232/Libraries/inc/
A Dhw_ints.h41 #define FAULT_SYSTICK 15 // System Tick macro
/bsp/lm3s8962/Libraries/inc/
A Dhw_ints.h41 #define FAULT_SYSTICK 15 // System Tick macro
/bsp/lm3s9b9x/Libraries/inc/
A Dhw_ints.h41 #define FAULT_SYSTICK 15 // System Tick macro
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/
A Dhw_ints.h57 #define FAULT_SYSTICK 15 // System Tick macro
/bsp/tm4c129x/libraries/inc/
A Dhw_ints.h57 #define FAULT_SYSTICK 15 // System Tick macro

Completed in 46 milliseconds