Searched refs:NVIC_FPCC (Results 1 – 2 of 2) sorted by relevance
124 HWREG(NVIC_FPCC) = (HWREG(NVIC_FPCC) & ~NVIC_FPCC_LSPEN) | NVIC_FPCC_ASPEN; in FPUStackingEnable()155 HWREG(NVIC_FPCC) |= NVIC_FPCC_ASPEN | NVIC_FPCC_LSPEN; in FPULazyStackingEnable()177 HWREG(NVIC_FPCC) &= ~(NVIC_FPCC_ASPEN | NVIC_FPCC_LSPEN); in FPUStackingDisable()
151 #define NVIC_FPCC 0xE000EF34 // Floating-Point Context Control macro
Completed in 10 milliseconds