Searched refs:FAULT_MPU (Results 1 – 5 of 5) sorted by relevance
161 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()
305 if (interruptNumber == FAULT_MPU) in Interrupt_enableInterrupt()349 if (interruptNumber == FAULT_MPU) in Interrupt_disableInterrupt()400 if (interruptNumber == FAULT_MPU) in Interrupt_isEnabled()
64 #define FAULT_MPU ( 4) /* MPU fault */ macro
50 #define FAULT_MPU 4 // MPU fault macro
472 if(ulInterrupt == FAULT_MPU) in IntEnable()544 if(ulInterrupt == FAULT_MPU) in IntDisable()