Home
last modified time | relevance | path

Searched refs:FAULT_MPU (Results 1 – 5 of 5) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dmpu.c161 Interrupt_registerInterrupt(FAULT_MPU, intHandler); in MPU_registerInterrupt()
170 Interrupt_unregisterInterrupt(FAULT_MPU); in MPU_unregisterInterrupt()
179 Interrupt_enableInterrupt(FAULT_MPU); in MPU_enableInterrupt()
188 Interrupt_disableInterrupt(FAULT_MPU); in MPU_disableInterrupt()
Dinterrupt.c305 if (interruptNumber == FAULT_MPU) in Interrupt_enableInterrupt()
349 if (interruptNumber == FAULT_MPU) in Interrupt_disableInterrupt()
400 if (interruptNumber == FAULT_MPU) in Interrupt_isEnabled()
Dinterrupt.h64 #define FAULT_MPU ( 4) /* MPU fault */ macro
/hal_ti-3.4.0/simplelink/source/ti/devices/cc32xx/inc/
Dhw_ints.h50 #define FAULT_MPU 4 // MPU fault macro
/hal_ti-3.4.0/simplelink/source/ti/devices/cc32xx/driverlib/
Dinterrupt.c472 if(ulInterrupt == FAULT_MPU) in IntEnable()
544 if(ulInterrupt == FAULT_MPU) in IntDisable()