Searched refs:NVIC_APINT (Results 1 – 7 of 7) sorted by relevance
324 HWREG(NVIC_APINT) = NVIC_APINT_VECTKEY | g_pulPriority[ulBits]; in IntPriorityGroupingSet()345 ulValue = HWREG(NVIC_APINT) & NVIC_APINT_PRIGROUP_M; in IntPriorityGroupingGet()
208 HWREG(NVIC_APINT) = NVIC_APINT_VECTKEY | g_pui32Priority[ui32Bits]; in IntPriorityGroupingSet()222 ui32Value = HWREG(NVIC_APINT) & NVIC_APINT_PRIGROUP_M; in IntPriorityGroupingGet()
210 HWREG(NVIC_APINT) = NVIC_APINT_VECTKEY | g_pui32Priority[ui32Bits]; in IntPriorityGroupingSet()224 ui32Value = HWREG(NVIC_APINT) & NVIC_APINT_PRIGROUP_M; in IntPriorityGroupingGet()
77 #define NVIC_APINT 0xE000ED0C // Application Interrupt and Reset macro
79 #define NVIC_APINT 0xE000ED0C // Application Interrupt and Reset macro
1200 HWREG(NVIC_APINT) = PowerCC32XX_contextSave.nvicRegs.appInt; in restoreNVICRegs()1265 PowerCC32XX_contextSave.nvicRegs.appInt = HWREG(NVIC_APINT); in saveNVICRegs()
151 #define NVIC_APINT 0xE000ED0C // Application Interrupt and Reset macro