Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dsystick.c57 Interrupt_registerInterrupt(FAULT_SYSTICK, intHandler); in SysTick_registerInterrupt()
67 Interrupt_unregisterInterrupt(FAULT_SYSTICK); in SysTick_unregisterInterrupt()
Dinterrupt.c323 } else if (interruptNumber == FAULT_SYSTICK) in Interrupt_enableInterrupt()
367 } else if (interruptNumber == FAULT_SYSTICK) in Interrupt_disableInterrupt()
418 } else if (interruptNumber == FAULT_SYSTICK) in Interrupt_isEnabled()
457 } else if (interruptNumber == FAULT_SYSTICK) in Interrupt_pendInterrupt()
489 } else if (interruptNumber == FAULT_SYSTICK) in Interrupt_unpendInterrupt()
Dinterrupt.h70 #define FAULT_SYSTICK (15) /* System Tick */ macro
/hal_ti-3.4.0/simplelink/source/ti/devices/cc32xx/driverlib/
Dsystick.c123 IntRegister(FAULT_SYSTICK, pfnHandler); in SysTickIntRegister()
155 IntUnregister(FAULT_SYSTICK); in SysTickIntUnregister()
Dinterrupt.c499 else if(ulInterrupt == FAULT_SYSTICK) in IntEnable()
571 else if(ulInterrupt == FAULT_SYSTICK) in IntDisable()
639 else if(ulInterrupt == FAULT_SYSTICK) in IntPendSet()
693 else if(ulInterrupt == FAULT_SYSTICK) in IntPendClear()
/hal_ti-3.4.0/simplelink/source/ti/devices/cc32xx/inc/
Dhw_ints.h56 #define FAULT_SYSTICK 15 // System Tick macro