Searched refs:NVIC_APINT (Results 1 – 5 of 5) sorted by relevance
362 HWREG(NVIC_APINT) = NVIC_APINT_VECTKEY | g_pulPriority[ulBits]; in IntPriorityGroupingSet()383 ulValue = HWREG(NVIC_APINT) & NVIC_APINT_PRIGROUP_M; in IntPriorityGroupingGet()
1672 HWREG(NVIC_APINT) = NVIC_APINT_VECTKEY | NVIC_APINT_SYSRESETREQ; in SysCtlReset()
229 HWREG(NVIC_APINT) = NVIC_APINT_VECTKEY | g_pui32Priority[ui32Bits]; in IntPriorityGroupingSet()245 ui32Value = HWREG(NVIC_APINT) & NVIC_APINT_PRIGROUP_M; in IntPriorityGroupingGet()
79 #define NVIC_APINT 0xE000ED0C // Application Interrupt and Reset macro
118 #define NVIC_APINT 0xE000ED0C // Application Interrupt and Reset macro
Completed in 21 milliseconds